From 34615d4b6e81a7b23fdf4a248beb9c17ddc3debc Mon Sep 17 00:00:00 2001 From: onvia <272493431@qq.com> Date: Thu, 14 Sep 2023 17:08:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=A9=BA=E7=BB=84=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=20cocos=20creator=20=E7=BC=96=E8=BE=91=E5=99=A8?= =?UTF-8?q?=E5=B4=A9=E6=BA=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 79b4fc2..6292e95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ccc-tnt-psd2ui", - "version": "1.0.0", + "version": "1.0.1", "description": "", "main": "index.js", "scripts": { diff --git a/src/index.js b/src/index.js index edb7c90..404b6e5 100644 --- a/src/index.js +++ b/src/index.js @@ -190,7 +190,7 @@ function reWriteVersion() { cocosVersion = "v3.4.+" //cocosVersion = "v2.4.x" -const pluginVersion = "1.0.0"; // 打包之前记得修改这里的版本号,第三位为只更新lib文件,前两位为更新整个插件。 +const pluginVersion = "1.0.1"; // 打包之前记得修改这里的版本号,第三位为只更新lib文件,前两位为更新整个插件。 console.log(`打包版本号为${pluginVersion}\n记得升级版本号~\n版本规则:第三位为只更新lib文件,前两位为更新整个插件。\n调用本脚本时,会自动赋值给插件版本号`);