Skip to content

Commit

Permalink
chore: bump version to beta 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Damego authored Apr 9, 2024
1 parent 3a1d061 commit 04e2f54
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.4',
version: '1.3.0-beta.5',
owner: 'damego',
orientation: 'portrait',
icon: './assets/icon.png',
Expand All @@ -23,7 +23,7 @@ export default {
supportsTablet: true,
},
android: {
versionCode: 10300004,
versionCode: 10300005,
adaptiveIcon: {
foregroundImage: './assets/adaptive-icon.png',
backgroundColor: '#FFFFFF',
Expand Down

0 comments on commit 04e2f54

Please sign in to comment.