瀏覽代碼

Version bump

Daniel 8 月之前
父節點
當前提交
78ea2d5505
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -22,7 +22,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.20',
+  version: '2.0.21',
   // Should be updated after every dependency change
   runtimeVersion: '1.5',
   orientation: 'portrait',
@@ -100,7 +100,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       'INTERNET',
       'CAMERA'
     ],
-    versionCode: 73 // next version submitted to Google Play needs to be higher than that 2.0.20
+    versionCode: 74 // next version submitted to Google Play needs to be higher than that 2.0.21
   },
   plugins: [
     [