From 86d62407e72636ebf3dc89eb279ad68e555adbc7 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 28 Oct 2025 06:27:29 +0000 Subject: [PATCH] 4.0.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0ac053b..474d3cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@push.rocks/smartcli", "private": false, - "version": "4.0.12", + "version": "4.0.13", "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",