Skip to content

Commit 9c72efb

Browse files
committed
chore: release 1.5.0
1 parent e958205 commit 9c72efb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

apps/mobile/app.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
2828
slug: process.env.EXPO_PUBLIC_APP_SLUG as string,
2929
scheme: process.env.EXPO_PUBLIC_APP_SCHEME as string,
3030
owner: process.env.EXPO_PUBLIC_APP_OWNER as string,
31-
version: '1.4.9',
31+
version: '1.5.0',
3232
orientation: 'portrait',
3333
icon: './assets/icon.png',
34-
runtimeVersion: '1.4.4',
34+
runtimeVersion: '1.5.0',
3535
experiments: {
3636
reactCompiler: true,
3737
},
@@ -43,7 +43,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
4343
supportsTablet: false,
4444
buildNumber: appEnv.select({
4545
default: '18',
46-
production: '23',
46+
production: '24',
4747
}),
4848
config: {
4949
usesNonExemptEncryption: false,
@@ -53,7 +53,7 @@ const createConfig = (): Omit<ExpoConfig, 'extra'> & { extra: { eas: EASConfig }
5353
package: appId,
5454
versionCode: appEnv.select({
5555
default: 15,
56-
production: 23,
56+
production: 24,
5757
}),
5858
adaptiveIcon: {
5959
foregroundImage: './assets/adaptive-icon.png',

0 commit comments

Comments
 (0)