Skip to content

Commit 802b078

Browse files
committed
Update version - 1.3.1
1 parent 10b251a commit 802b078

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"expo": {
33
"name": "Battlefield Stats",
44
"slug": "battlefield-stats",
5-
"version": "1.3.0",
5+
"version": "1.3.1",
66
"orientation": "portrait",
77
"icon": "./assets/images/presentation/BF5_Icon_1024.png",
88
"scheme": "battlefieldstats",
@@ -12,7 +12,7 @@
1212
"supportsTablet": true
1313
},
1414
"android": {
15-
"versionCode": 9,
15+
"versionCode": 10,
1616
"adaptiveIcon": {
1717
"foregroundImage": "./assets/images/presentation/BF5_Icon_1024.png",
1818
"backgroundColor": "#46444e"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "battlefield-stats",
33
"main": "expo-router/entry",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"scripts": {
66
"start": "expo start",
77
"reset-project": "node ./scripts/reset-project.js",

0 commit comments

Comments
 (0)