From 2a248f39032c55fa177c4dfc16242776044e393d Mon Sep 17 00:00:00 2001 From: Miguel Oliveira Date: Sun, 30 Apr 2023 19:23:45 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=20a=20vers=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index dba486e..629f8cb 100644 --- a/app.json +++ b/app.json @@ -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": { @@ -31,7 +31,7 @@ "ios": { "supportsTablet": true, "bundleIdentifier": "com.pet.ufscarplanner", - "buildNumber": "1.2.12" + "buildNumber": "1.3.0" }, "android": { "adaptiveIcon": { @@ -39,7 +39,7 @@ "backgroundColor": "#E8243C" }, "package": "com.pet.ufscarplanner", - "versionCode": 6, + "versionCode": 7, "permissions": [ "RECEIVE_BOOT_COMPLETED" ]