From 05836ac09a93d2fdb59fe302096fe6364d34096a Mon Sep 17 00:00:00 2001 From: kiritokatklian Date: Thu, 19 Dec 2024 23:39:18 +0100 Subject: [PATCH] [1.11.0] Release 1.11.0 - Bumped version --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 552fb812..35f50e94 100644 --- a/config/app.php +++ b/config/app.php @@ -27,7 +27,7 @@ | or any other location as required by the application or its packages. */ - 'version' => '1.10.0', + 'version' => '1.11.0', /* |-------------------------------------------------------------------------- @@ -40,7 +40,7 @@ 'ios' => [ 'id' => '1476153872', - 'version' => '1.10.0', + 'version' => '1.11.0', 'bundle_id' => env('APP_BUNDLE_ID', 'app.kurozora.tracker'), 'protocol' => 'kurozora://', 'store_url' => 'https://apps.apple.com/us/app/kurozora/id1476153872',