From 516b077e4dc3dd4c59a94a4b2f90364a19c6ae59 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 17:27:48 +1000 Subject: [PATCH 1/2] v5.6.11 --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index accefefe0c32..92989cf398d6 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.6.10 \ No newline at end of file +5.6.11 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index 8ba93f8f8f97..b5f085716678 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -15,8 +15,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.6.10', - 'app_tag' => '5.6.10', + 'app_version' => '5.6.11', + 'app_tag' => '5.6.11', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''), From 515fbdeb3c70a7347566552da1ac45a1578a7e49 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 6 Jul 2023 20:36:15 +1000 Subject: [PATCH 2/2] Updated lock file --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 3fac32a83f3b..c66e33aa8188 100644 --- a/composer.lock +++ b/composer.lock @@ -17848,16 +17848,16 @@ }, { "name": "spatie/flare-client-php", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "82138174d5fe2829a7f085a6bdb2a06f6def9f7a" + "reference": "943894c6a6b00501365ac0b91ae0dce56f2226fa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/82138174d5fe2829a7f085a6bdb2a06f6def9f7a", - "reference": "82138174d5fe2829a7f085a6bdb2a06f6def9f7a", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/943894c6a6b00501365ac0b91ae0dce56f2226fa", + "reference": "943894c6a6b00501365ac0b91ae0dce56f2226fa", "shasum": "" }, "require": { @@ -17906,7 +17906,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.4.0" + "source": "https://github.com/spatie/flare-client-php/tree/1.4.1" }, "funding": [ { @@ -17914,7 +17914,7 @@ "type": "github" } ], - "time": "2023-06-28T11:08:09+00:00" + "time": "2023-07-06T09:29:49+00:00" }, { "name": "spatie/ignition",