From 5799993df79ea2951e7a6c91bbb84ed67dd3010d Mon Sep 17 00:00:00 2001 From: Georg Schwarz Date: Wed, 11 Sep 2024 17:31:38 +0200 Subject: [PATCH] Bump version to v0.2.3 --- cli/package.json | 2 +- package-lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/package.json b/cli/package.json index 7542816..4ddc6cf 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@msadoc/cli", - "version": "0.2.1", + "version": "0.2.3", "license": "Apache-2.0", "keywords": [ "cli", diff --git a/package-lock.json b/package-lock.json index bff5f43..5a6dd8e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ }, "cli": { "name": "@msadoc/cli", - "version": "0.2.1", + "version": "0.2.3", "license": "Apache-2.0", "bin": { "msadoc": "dist/cli.js"