From 76d4b49d2f66b9eb7baaedfbb943d371bcab5e23 Mon Sep 17 00:00:00 2001 From: tfomkin Date: Thu, 29 Jan 2026 16:21:44 +0800 Subject: [PATCH 1/3] chore: release v1.2.0 --- apps/mobile/app.config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 090473f..55660e7 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -27,10 +27,10 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } slug: process.env.EXPO_PUBLIC_APP_SLUG as string, scheme: process.env.EXPO_PUBLIC_APP_SCHEME as string, owner: process.env.EXPO_PUBLIC_APP_OWNER as string, - version: '1.1.0', + version: '1.2.0', orientation: 'portrait', icon: './assets/icon.png', - runtimeVersion: '1.1.0', + runtimeVersion: '1.2.0', experiments: { reactCompiler: true, }, @@ -41,8 +41,8 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } bundleIdentifier: appId, supportsTablet: false, buildNumber: appEnv.select({ - default: '13', - production: '7', + default: '14', + production: '8', }), config: { usesNonExemptEncryption: false, @@ -51,8 +51,8 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } android: { package: appId, versionCode: appEnv.select({ - default: 13, - production: 7, + default: 14, + production: 8, }), adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', From 463b8415275c0a96909d52d54712363562b13ec0 Mon Sep 17 00:00:00 2001 From: tfomkin Date: Thu, 29 Jan 2026 16:57:09 +0800 Subject: [PATCH 2/3] chore: dev build number updated --- apps/mobile/app.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 55660e7..5f39b6b 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -41,7 +41,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } bundleIdentifier: appId, supportsTablet: false, buildNumber: appEnv.select({ - default: '14', + default: '15', production: '8', }), config: { @@ -51,7 +51,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } android: { package: appId, versionCode: appEnv.select({ - default: 14, + default: 15, production: 8, }), adaptiveIcon: { From 5a732f555fee76d73f4e66a92722344dd467171f Mon Sep 17 00:00:00 2001 From: tfomkin Date: Thu, 29 Jan 2026 22:47:08 +0800 Subject: [PATCH 3/3] chore: dev build number updated --- apps/mobile/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 5f39b6b..1839f1b 100644 --- a/apps/mobile/app.config.ts +++ b/apps/mobile/app.config.ts @@ -41,7 +41,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } bundleIdentifier: appId, supportsTablet: false, buildNumber: appEnv.select({ - default: '15', + default: '18', production: '8', }), config: {