Skip to content

Commit

Permalink
Staging version 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
luciatugui committed Aug 1, 2024
1 parent 72bc525 commit 4bccc58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const expoConfig: ExpoConfig = {
name: 'vic',
slug: 'vic',
scheme: 'vic',
version: '1.0.12',
version: '1.0.13',
orientation: 'portrait',
icon: './src/assets/images/icon.png',
userInterfaceStyle: 'light',
Expand All @@ -18,7 +18,7 @@ const expoConfig: ExpoConfig = {
},
assetBundlePatterns: ['**/*'],
ios: {
buildNumber: '15',
buildNumber: '16',
supportsTablet: false,
bundleIdentifier: 'org.commitglobal.vic',
entitlements: {
Expand All @@ -32,7 +32,7 @@ const expoConfig: ExpoConfig = {
},
},
android: {
versionCode: 13,
versionCode: 14,
adaptiveIcon: {
foregroundImage: './src/assets/images/adaptive-icon.png',
backgroundColor: '#ffffff',
Expand Down

0 comments on commit 4bccc58

Please sign in to comment.