소스 검색

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: [
     [