From e486944931f794adbea34911345bebfbfb86fe6f Mon Sep 17 00:00:00 2001 From: Damego Date: Tue, 20 Feb 2024 19:17:19 +0500 Subject: [PATCH] chore: bump version to beta 1 --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index 7745cf35..6403520e 100644 --- a/app.config.js +++ b/app.config.js @@ -4,7 +4,7 @@ export default { expo: { name: 'ЕТИС мобайл' + (IS_DEV ? ' (DEV)' : ''), slug: 'etis-mobile', - version: '1.2.5', + version: '1.3.0-beta.1', owner: 'damego', orientation: 'portrait', icon: './assets/icon.png', @@ -23,7 +23,7 @@ export default { supportsTablet: true, }, android: { - versionCode: 10205000, + versionCode: 10300001, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#FFFFFF',