Skip to content

Commit

Permalink
chore: bump version, add version code
Browse files Browse the repository at this point in the history
  • Loading branch information
mclaughlinconnor committed Apr 29, 2022
1 parent 53fbfd9 commit 3cc55e8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"expo": {
"name": "fp",
"slug": "fp",
"version": "2.0.0",
"version": "2.0.1",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
"scheme": "myapp",
Expand Down Expand Up @@ -31,7 +31,8 @@
"backgroundImage": "./assets/images/adaptive-background.png"
},
"package": "com.mclaughlin.fp",
"googleServicesFile": "./google-services.json"
"googleServicesFile": "./google-services.json",
"versionCode": 1
},
"web": {
"favicon": "./assets/images/favicon.png"
Expand Down

0 comments on commit 3cc55e8

Please sign in to comment.