2 Commits

Author SHA1 Message Date
9b5241e684 2.0.14 2023-07-13 15:58:40 +02:00
5ee46b1ccc fix(core): update 2023-07-13 15:58:40 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/smartinteract",
"private": false,
"version": "2.0.13",
"version": "2.0.14",
"description": "smart cli interaction",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartinteract',
version: '2.0.13',
version: '2.0.14',
description: 'smart cli interaction'
}