Skip to content

Commit

Permalink
updated app version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Missing-Texture committed Nov 28, 2021
1 parent 918dc91 commit c22f61f
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": "wttr.app",
"slug": "wttrApp",
"version": "1.4.1",
"version": "1.5.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"backgroundColor": "#000000",
Expand All @@ -19,12 +19,12 @@
],
"ios": {
"bundleIdentifier": "in.wttr.app",
"buildNumber": "1.4.1",
"buildNumber": "1.5.0",
"supportsTablet": true
},
"android": {
"package": "in.wttr.app",
"versionCode": 10401,
"versionCode": 10500,
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#000000"
Expand Down

0 comments on commit c22f61f

Please sign in to comment.