From 438b62cdd1302a5e63eab7f44b95970974b80bfd Mon Sep 17 00:00:00 2001 From: Damego Date: Wed, 13 Mar 2024 21:53:16 +0500 Subject: [PATCH] chore: bump version to beta 3 --- app.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index bc61b04f..7967b3ed 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.3.0-beta.2', + version: '1.3.0-beta.3', owner: 'damego', orientation: 'portrait', icon: './assets/icon.png', @@ -23,7 +23,7 @@ export default { supportsTablet: true, }, android: { - versionCode: 10300002, + versionCode: 10300003, adaptiveIcon: { foregroundImage: './assets/adaptive-icon.png', backgroundColor: '#FFFFFF',