Skip to content

Commit

Permalink
Merge pull request #8819 from turbo124/v5-develop
Browse files Browse the repository at this point in the history
v5.7.20
  • Loading branch information
turbo124 committed Sep 20, 2023
2 parents d41ad24 + abf9942 commit 20f1389
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
npm i
npm run build
mkdir -p ../public/react/${{ github.event.release.tag_name }}/
cp -r dist/react/* ../public/react/${{ github.event.release.tag_name }}/
mkdir -p ../public/tinymce_6.4.2/tinymce/js/
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.7.19
5.7.20
4 changes: 2 additions & 2 deletions config/ninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
'require_https' => env('REQUIRE_HTTPS', true),
'app_url' => rtrim(env('APP_URL', ''), '/'),
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
'app_version' => env('APP_VERSION','5.7.19'),
'app_tag' => env('APP_TAG','5.7.19'),
'app_version' => env('APP_VERSION','5.7.20'),
'app_tag' => env('APP_TAG','5.7.20'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', ''),
Expand Down

0 comments on commit 20f1389

Please sign in to comment.