mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
commit
20f13895b9
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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/
|
||||
|
@ -1 +1 @@
|
||||
5.7.19
|
||||
5.7.20
|
@ -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' => 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', ''),
|
||||
|
Loading…
x
Reference in New Issue
Block a user