diff --git a/package.json b/package.json index 0eaa413..cb9e792 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartcli", "private": false, - "version": "4.0.11", + "version": "4.0.12", "description": "A library that simplifies building reactive command-line applications using observables, with robust support for commands, arguments, options, aliases, and asynchronous operation management.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -65,4 +65,4 @@ "browserslist": [ "last 1 chrome versions" ] -} \ No newline at end of file +}