Skip to content

Commit 1b587c3

Browse files
committed
chore: set app version
1 parent 91fe24c commit 1b587c3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/mobile/app.config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
2727
slug: process.env.EXPO_PUBLIC_APP_SLUG as string,
2828
scheme: process.env.EXPO_PUBLIC_APP_SCHEME as string,
2929
owner: process.env.EXPO_PUBLIC_APP_OWNER as string,
30-
version: '1.4.0',
30+
version: '1.0.0',
3131
orientation: 'portrait',
3232
icon: './assets/icon.png',
3333
runtimeVersion: '1.0.0',
@@ -41,8 +41,8 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
4141
bundleIdentifier: appId,
4242
supportsTablet: false,
4343
buildNumber: appEnv.select({
44-
default: '11',
45-
production: '5',
44+
default: '13',
45+
production: '6',
4646
}),
4747
config: {
4848
usesNonExemptEncryption: false,
@@ -51,8 +51,8 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
5151
android: {
5252
package: appId,
5353
versionCode: appEnv.select({
54-
default: 11,
55-
production: 5,
54+
default: 13,
55+
production: 6,
5656
}),
5757
adaptiveIcon: {
5858
foregroundImage: './assets/adaptive-icon.png',

0 commit comments

Comments
 (0)