From 742c23ce8039a7470f1576f663e1b3edb8fcd50b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 16 Jun 2022 17:13:23 +1000 Subject: [PATCH 1/2] Fixes for release --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5aa905c5bf..468c791745 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,6 @@ jobs: - name: Prepare React FrontEnd run: | - mkdir public/react git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/ui.git cd ui git checkout main From c6d2ae9ff3a2273392eff118c0e7db3f511e8388 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 16 Jun 2022 17:14:48 +1000 Subject: [PATCH 2/2] Fixes for release --- VERSION.txt | 2 +- config/ninja.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION.txt b/VERSION.txt index 04edabda28..f430587706 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -5.4.1 \ No newline at end of file +5.4.2 \ No newline at end of file diff --git a/config/ninja.php b/config/ninja.php index d37922b818..a89d2456c5 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.4.1', - 'app_tag' => '5.4.1', + 'app_version' => '5.4.2', + 'app_tag' => '5.4.2', 'minimum_client_version' => '5.0.16', 'terms_version' => '1.0.1', 'api_secret' => env('API_SECRET', ''),