From 44296dc57a97302e7935bc306ece4c13cfb5a3c1 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 1 Apr 2025 14:19:35 +0000 Subject: [PATCH] 4.0.12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}