소스 검색

Version bump

Daniel Zagrodzki 4 주 전
부모
커밋
47844a28e1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

@@ -24,7 +24,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
   owner: 'nomadmaniaou',
   scheme: 'nm',
   // Should be updated after every production release (deploy to AppStore/PlayMarket)
-  version: '2.0.46',
+  version: '2.0.48',
   // Should be updated after every dependency change
   runtimeVersion: '1.7',
   orientation: 'portrait',
@@ -148,7 +148,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
       image: './assets/icon-logo.png',
       resizeMode: 'contain'
     },
-    versionCode: 104 // 2.0.46, last version sent to Google is 103 (2.0.45)
+    versionCode: 106 // 2.0.48, last version sent to Google is 105 (2.0.47)
   },
   plugins: [
     [