瀏覽代碼

Version bump.

Daniel Zagrodzki 2 周之前
父節點
當前提交
667a497318
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -31,7 +31,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.52',
+  version: '2.0.53',
   // Should be updated after every dependency change
   runtimeVersion: '1.7',
   orientation: 'portrait',
@@ -138,7 +138,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       image: './assets/icon-logo.png',
       resizeMode: 'contain'
     },
-    versionCode: 114 // 2.0.52, last version sent to Google is 113 (2.0.51)
+    versionCode: 115 // 2.0.53, last version sent to Google is 114 (2.0.52)
   },
   plugins: [
     [