Skip to content

Commit

Permalink
fix: 🐛 update version in app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yeukfei02 committed May 3, 2022
1 parent 6d05aa1 commit 289e5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Singapore Bus Arrival App",
"slug": "singapore-bus-arrival-app",
"platforms": ["ios", "android"],
"version": "0.3.5",
"version": "0.3.6",
"orientation": "portrait",
"icon": "./assets/appstore-icon.png",
"splash": {
Expand All @@ -17,7 +17,7 @@
"assetBundlePatterns": ["**/*"],
"ios": {
"bundleIdentifier": "com.donaldwu.singaporebusarrivalapp",
"buildNumber": "0.3.5",
"buildNumber": "0.3.6",
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
"NSLocationAlwaysUsageDescription": "Singapore Bus Arrival App requires your location so that we can find related bus arrival information for you",
Expand All @@ -28,7 +28,7 @@
},
"android": {
"package": "com.donaldwu.singaporebusarrivalapp",
"versionCode": 36,
"versionCode": 37,
"permissions": ["ACCESS_COARSE_LOCATION", "ACCESS_FINE_LOCATION"]
},
"description": "Singpaore Bus Arrival App",
Expand Down

0 comments on commit 289e5d3

Please sign in to comment.