Daniel пре 10 месеци
родитељ
комит
4726b435c5
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      app.config.ts

+ 2 - 2
app.config.ts

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