Skip to content

Commit

Permalink
Atualiza a versão
Browse files Browse the repository at this point in the history
  • Loading branch information
migeyel committed Apr 30, 2023
1 parent 5ebc507 commit 2a248f3
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": "UFSCar Planner",
"owner": "petbccufscar",
"slug": "ufscar-planner",
"version": "1.2.12",
"version": "1.3.0",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {
Expand Down Expand Up @@ -31,15 +31,15 @@
"ios": {
"supportsTablet": true,
"bundleIdentifier": "com.pet.ufscarplanner",
"buildNumber": "1.2.12"
"buildNumber": "1.3.0"
},
"android": {
"adaptiveIcon": {
"foregroundImage": "./assets/adaptive-icon.png",
"backgroundColor": "#E8243C"
},
"package": "com.pet.ufscarplanner",
"versionCode": 6,
"versionCode": 7,
"permissions": [
"RECEIVE_BOOT_COMPLETED"
]
Expand Down

0 comments on commit 2a248f3

Please sign in to comment.