diff --git a/mobile/app.config.ts b/mobile/app.config.ts index 3c4b302a..ea850be2 100644 --- a/mobile/app.config.ts +++ b/mobile/app.config.ts @@ -7,7 +7,7 @@ const expoConfig: ExpoConfig = { name: 'vic', slug: 'vic', scheme: 'vic', - version: '1.1.0', + version: '1.1.1', orientation: 'portrait', icon: './src/assets/images/icon.png', userInterfaceStyle: 'light', @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = { }, assetBundlePatterns: ['**/*'], ios: { - buildNumber: '24', + buildNumber: '25', supportsTablet: false, bundleIdentifier: 'org.commitglobal.vic', entitlements: { @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = { }, }, android: { - versionCode: 24, + versionCode: 25, adaptiveIcon: { foregroundImage: './src/assets/images/adaptive-icon.png', backgroundColor: '#ffffff',