Browse Source

app version bump

Daniel Zagrodzki 3 weeks ago
parent
commit
a911ff5800
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

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