From ff836c5fb066a22c93cc7cb17d1c3e754181fd0f Mon Sep 17 00:00:00 2001 From: Martin Salles Date: Sun, 23 Jun 2024 11:22:13 +0200 Subject: [PATCH] Release 7.0.0 --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 06ff84a..f637320 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Timeout Ultimate", "slug": "timeout-ultimate", - "version": "6.0.2", + "version": "7.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -18,13 +18,13 @@ "**/*" ], "ios": { - "buildNumber": "6.0.2", + "buildNumber": "7.0.0", "bundleIdentifier": "com.ultimate.timeout", "supportsTablet": true }, "android": { "package": "com.ultimate.timeout", - "versionCode": 7, + "versionCode": 8, "icon": "./assets/android_icon.png", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png",