Skip to content

Commit

Permalink
Update app.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bdthanh committed Jul 24, 2022
1 parent 53c9083 commit 6b7dffe
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,8 +2,8 @@
"expo": {
"name": "MonKey",
"slug": "monkey_prototype",
"description": "MonKey prototype to test for Milestone 2 submission",
"version": "1.0.0",
"description": "MonKey prototype to test for Milestone 3 submission",
"version": "2.0.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"userInterfaceStyle": "light",
Expand All @@ -21,7 +21,7 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.grape.monkey",
"buildNumber": "1.0.0"
"buildNumber": "2.0.0"
},
"android": {
"adaptiveIcon": {
Expand Down

0 comments on commit 6b7dffe

Please sign in to comment.