Prechádzať zdrojové kódy

Merge branch 'expo-54' of https://git.nomadmania.travel/Viktoriia/nomadmania-app into expo-54

Viktoriia 2 mesiacov pred
rodič
commit
ddafe60f1f
1 zmenil súbory, kde vykonal 2 pridanie a 2 odobranie
  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.44',
+  version: '2.0.46',
   // 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: 102 // 2.0.44, last version sent to Google is 101 (2.0.43)
+    versionCode: 104 // 2.0.46, last version sent to Google is 103 (2.0.45)
   },
   plugins: [
     [