From 384fd1983f1b036cc8d2e9025423e80437cb3a11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B0=D1=81=D0=B8=D0=BB=D0=B8=D0=B9=20=D0=95=D0=BB?= =?UTF-8?q?=D0=B8=D1=81=D0=B5=D0=B5=D0=B2?= Date: Fri, 3 Apr 2026 18:53:51 +0600 Subject: [PATCH] chore: release 1.3.0 --- apps/mobile/app.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mobile/app.config.ts b/apps/mobile/app.config.ts index 1839f1b..3215f94 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.2.0', + version: '1.3.0', orientation: 'portrait', icon: './assets/icon.png', - runtimeVersion: '1.2.0', + runtimeVersion: '1.3.0', experiments: { reactCompiler: true, }, @@ -42,7 +42,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } supportsTablet: false, buildNumber: appEnv.select({ default: '18', - production: '8', + production: '10', }), config: { usesNonExemptEncryption: false, @@ -52,7 +52,7 @@ const createConfig = (): Omit & { extra: { eas: EASConfig } package: appId, versionCode: appEnv.select({ default: 15, - production: 8, + production: 10, }), adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png',