Skip to content

Commit c6b4a01

Browse files
authored
Release 2.0.0 (#392)
1 parent 9b769aa commit c6b4a01

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default {
1717
slug: 'ultimate-app',
1818
privacy: 'public',
1919
platforms: ['ios', 'android'],
20-
version: '1.4.0',
20+
version: '2.0.0',
2121
githubUrl: 'https://github.com/disc-in/UltimateApp',
2222
orientation: 'portrait',
2323
scheme: 'discin',
@@ -37,15 +37,15 @@ export default {
3737
},
3838
ios: {
3939
bundleIdentifier: 'com.discin.discin',
40-
buildNumber: '1.4.0',
40+
buildNumber: '2.0.0',
4141
supportsTablet: true,
4242
infoPlist: {
4343
CFBundleAllowMixedLocalizations: true,
4444
},
4545
},
4646
android: {
4747
package: 'com.discin.discin',
48-
versionCode: 8,
48+
versionCode: 9,
4949
permissions: [],
5050
},
5151
plugins: ['expo-localization'],

0 commit comments

Comments
 (0)