Skip to content

Commit

Permalink
Move version forward to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddaytw committed Aug 24, 2021
1 parent b45aec4 commit 10cd0da
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 @@ -2,7 +2,7 @@
"expo": {
"name": "ncu-app",
"slug": "ncu-app",
"version": "1.0.0",
"version": "1.1.3",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand All @@ -18,11 +18,11 @@
],
"ios": {
"bundleIdentifier": "tw.edu.ncu.app",
"buildNumber": "1.0.0"
"buildNumber": "1.1.3"
},
"android": {
"package": "tw.edu.ncu.app",
"versionCode": 1,
"versionCode": 9,
"config": {
"googleMaps": {
"apiKey": "AIzaSyBA-fvYndAZdoDJ8GqjaBj1rm6Yh1y9VUI"
Expand Down

0 comments on commit 10cd0da

Please sign in to comment.