From 50484f18d3a04962f9264171626b86ad956167ff Mon Sep 17 00:00:00 2001 From: Martin Salles Date: Sat, 24 Feb 2024 20:47:27 +0100 Subject: [PATCH] Release 6.0.1 --- app.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.json b/app.json index 349403f..b0cdcb8 100644 --- a/app.json +++ b/app.json @@ -2,7 +2,7 @@ "expo": { "name": "Timeout Ultimate", "slug": "timeout-ultimate", - "version": "6.0.0", + "version": "6.0.1", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -18,7 +18,7 @@ "**/*" ], "ios": { - "buildNumber": "6.0.0", + "buildNumber": "6.0.1", "bundleIdentifier": "com.ultimate.timeout", "supportsTablet": true },