Skip to content

Commit

Permalink
chore: bump version to beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego committed Feb 21, 2024
1 parent b9ebdba commit 3dd43e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
expo: {
name: 'ЕТИС мобайл' + (IS_DEV ? ' (DEV)' : ''),
slug: 'etis-mobile',
version: '1.3.0-beta.1',
version: '1.3.0-beta.2',
owner: 'damego',
orientation: 'portrait',
icon: './assets/icon.png',
Expand All @@ -23,7 +23,7 @@ export default {
supportsTablet: true,
},
android: {
versionCode: 10300001,
versionCode: 10300002,
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#FFFFFF',
Expand Down

0 comments on commit 3dd43e4

Please sign in to comment.