Skip to content

Commit

Permalink
Update build number to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewTurk247 committed Jul 1, 2022
1 parent ec7d0f3 commit d1047aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "The Stanford Daily Mobile App",
"slug": "StanfordDaily",
"privacy": "public",
"version": "2.1.0",
"version": "2.1.1",
"platforms": [
"ios",
"android"
Expand All @@ -27,14 +27,14 @@
],
"ios": {
"bundleIdentifier": "com.Stanford.Daily.App",
"buildNumber": "17",
"buildNumber": "18",
"appStoreUrl": "https://itunes.apple.com/app/stanford-daily/id1341270063",
"supportsTablet": true
},
"android": {
"package": "com.Stanford.Daily.App",
"googleServicesFile": "./google-services.json",
"versionCode": 17,
"versionCode": 18,
"playStoreUrl": "https://play.google.com/store/apps/details?id=com.Stanford.Daily.App",
"permissions": [
"ACCESS_COARSE_LOCATION",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"react-native"
]
},
"version": "2.1.0"
"version": "2.1.1"
}

0 comments on commit d1047aa

Please sign in to comment.