Skip to content

Commit

Permalink
Update version numbers (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangannie authored Jul 5, 2020
1 parent 647e58a commit adda568
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 @@ -5,7 +5,7 @@
"privacy": "public",
"sdkVersion": "38.0.0",
"platforms": ["ios", "android", "web"],
"version": "1.4.0",
"version": "1.4.2",
"primaryColor": "#008550",
"orientation": "portrait",
"icon": "./assets/images/icon.png",
Expand All @@ -21,7 +21,7 @@
"ios": {
"bundleIdentifier": "org.calblueprint.HealthyCornersRewards",
"googleServicesFile": "./GoogleService-Info.plist",
"buildNumber": "1.4.0",
"buildNumber": "1.4.3",
"supportsTablet": true,
"infoPlist": {
"NSLocationWhenInUseUsageDescription": "To find nearby stores and see what products are available.",
Expand Down Expand Up @@ -50,7 +50,7 @@
"ACCESS_FINE_LOCATION",
"VIBRATE"
],
"versionCode": 6
"versionCode": 7
},
"hooks": {
"postPublish": [
Expand Down

0 comments on commit adda568

Please sign in to comment.