diff --git a/package.json b/package.json index 8ce5fe4..b045d03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "uniapp_vue3_vite_ts", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "dev:app": "uni -p app", "dev:custom": "uni -p", diff --git a/src/manifest.json b/src/manifest.json index 0051968..e12cb82 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "name" : "uniapp_vue3_vite_ts", "appid" : "__UNI__38BE53A", "description" : "", - "versionName" : "1.0.3", + "versionName" : "1.1.2", "versionCode" : "100", "transformPx" : false, /* 5+App特有相关 */