Skip to content

Commit 76d4b49

Browse files
author
tfomkin
committed
chore: release v1.2.0
1 parent d65d74b commit 76d4b49

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/mobile/app.config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ 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.1.0',
30+
version: '1.2.0',
3131
orientation: 'portrait',
3232
icon: './assets/icon.png',
33-
runtimeVersion: '1.1.0',
33+
runtimeVersion: '1.2.0',
3434
experiments: {
3535
reactCompiler: true,
3636
},
@@ -41,8 +41,8 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
4141
bundleIdentifier: appId,
4242
supportsTablet: false,
4343
buildNumber: appEnv.select({
44-
default: '13',
45-
production: '7',
44+
default: '14',
45+
production: '8',
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: 13,
55-
production: 7,
54+
default: 14,
55+
production: 8,
5656
}),
5757
adaptiveIcon: {
5858
foregroundImage: './assets/adaptive-icon.png',

0 commit comments

Comments
 (0)