From b9fb1eecc3cdad44bb0b3f2e3c2ceedfba048df6 Mon Sep 17 00:00:00 2001 From: axiosleo Date: Thu, 15 Feb 2024 01:15:08 +0800 Subject: [PATCH] Bump 1.0.1-alpha.3 --- bin/koapp.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/koapp.js b/bin/koapp.js index 44e44ed..0709ce6 100755 --- a/bin/koapp.js +++ b/bin/koapp.js @@ -9,7 +9,7 @@ const app = new App({ name: 'koapp CLI', desc: 'koapp application generator', bin: 'koapp', - version: '1.0.1-alpha.2', + version: '1.0.1-alpha.3', commands_dir: path.join(__dirname, '../commands'), }); diff --git a/package.json b/package.json index ad3df0c..cf2b33c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@axiosleo/koapp", - "version": "1.0.1-alpha.2", + "version": "1.0.1-alpha.3", "description": "", "author": "AxiosLeo", "bin": {