From a573a0b35f08e4de99fa94b48ff2bca3a5802a86 Mon Sep 17 00:00:00 2001 From: Martin Salles Date: Sat, 24 Feb 2024 19:58:58 +0100 Subject: [PATCH] Release 6.0.0 --- app.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 8d85077..349403f 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Timeout Ultimate", "slug": "timeout-ultimate", - "version": "5.0.1", + "version": "6.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -18,13 +18,13 @@ "**/*" ], "ios": { - "buildNumber": "5.0.1", + "buildNumber": "6.0.0", "bundleIdentifier": "com.ultimate.timeout", "supportsTablet": true }, "android": { "package": "com.ultimate.timeout", - "versionCode": 5, + "versionCode": 6, "icon": "./assets/android_icon.png", "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png",