Ver Fonte

fix: 版本号修改

liangan há 3 semanas atrás
pai
commit
50247090c7
2 ficheiros alterados com 4 adições e 4 exclusões
  1. 2 2
      manifest.config.ts
  2. 2 2
      src/manifest.json

+ 2 - 2
manifest.config.ts

@@ -24,8 +24,8 @@ export default defineManifestConfig({
   'name': VITE_APP_TITLE,
   'appid': VITE_UNI_APPID,
   'description': '',
-  'versionName': '1.1.1',
-  'versionCode': '111',
+  'versionName': '1.1.2',
+  'versionCode': '112',
   'transformPx': false,
   'locale': VITE_FALLBACK_LOCALE === 'bn' ? 'bn' : 'en', // 此app需默认英文
   'fallbackLocale': 'en',

+ 2 - 2
src/manifest.json

@@ -2,8 +2,8 @@
   "name": "BandhuBuy",
   "appid": "__UNI__D38110B",
   "description": "",
-  "versionName": "1.1.1",
-  "versionCode": "111",
+  "versionName": "1.1.2",
+  "versionCode": "112",
   "transformPx": false,
   "app-plus": {
     "usingComponents": true,