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 May 16, 2023
1 parent e7eaad7 commit 7f911bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
node_modules/
.expo/
dist/
build/
npm-debug.*
*.jks
*.p8
Expand Down
4 changes: 2 additions & 2 deletions app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
name: "UFSCar Planner",
owner: "petbccufscar",
slug: "ufscar-planner",
version: "1.4.0",
version: "1.5.0",
orientation: "portrait",
icon: "./assets/icon.png",
splash: {
Expand Down Expand Up @@ -38,7 +38,7 @@ module.exports = {
backgroundColor: "#E8243C",
},
package: "com.pet.ufscarplanner",
versionCode: 13,
versionCode: 14,
permissions: [
"RECEIVE_BOOT_COMPLETED",
],
Expand Down

0 comments on commit 7f911bc

Please sign in to comment.