Skip to content

Commit

Permalink
v5.10.24
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Aug 14, 2024
1 parent 40ecb6a commit 824787b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.10.23
5.10.24
4 changes: 2 additions & 2 deletions config/ninja.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,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.10.23'),
'app_tag' => env('APP_TAG', '5.10.23'),
'app_version' => env('APP_VERSION', '5.10.24'),
'app_tag' => env('APP_TAG', '5.10.24'),
'minimum_client_version' => '5.0.16',
'terms_version' => '1.0.1',
'api_secret' => env('API_SECRET', false),
Expand Down
4 changes: 2 additions & 2 deletions vite.config.ts.react
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export default defineConfig({
rollupOptions: {
output: {
// This will output a single bundle file
entryFileNames: 'bundle.js',
chunkFileNames: 'bundle.js'
entryFileNames: 'bundle.[hash].js',
chunkFileNames: 'bundle.[hash].js'
}
},
},
Expand Down

0 comments on commit 824787b

Please sign in to comment.