From a8b1252caac702a67de32b572e033ea790f3c943 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 19 Apr 2022 16:33:46 +1000 Subject: [PATCH] v5.3.80 --- .github/workflows/release.yml | 1 - VERSION.txt | 2 +- config/ninja.php | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31e5e8a4e0b1..ef67001aca93 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,6 @@ jobs: php artisan key:generate php artisan optimize php artisan storage:link - php artisan livewire:publish sudo php artisan cache:clear sudo find ./vendor/bin/ -type f -exec chmod +x {} \; sudo find ./ -type d -exec chmod 755 {} \; diff --git a/VERSION.txt b/VERSION.txt index e003fe334fcd..9f7319154f05 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.3.79 \ No newline at end of file +5.3.80 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index b89a23be5bd8..e9e48c3786d8 100644 --- a/config/ninja.php +++ b/config/ninja.php @@ -14,8 +14,8 @@ return [ 'require_https' => env('REQUIRE_HTTPS', true), 'app_url' => rtrim(env('APP_URL', ''), '/'), 'app_domain' => env('APP_DOMAIN', 'invoicing.co'), - 'app_version' => '5.3.79', - 'app_tag' => '5.3.79', + 'app_version' => '5.3.80', + 'app_tag' => '5.3.80', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),