Skip to content

Commit

Permalink
Merge branch 'release/2024.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Aug 11, 2024
2 parents e2fc18b + 9af3736 commit 5e51e71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
? trim(file_get_contents($versionPath))
: env('APP_VERSION', '@dev'),

'versionString' => env('APP_VERSION_STRING', '2024.3.0'),
'versionString' => env('APP_VERSION_STRING', '2024.3.1'),

/*
|--------------------------------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion resources/assets/js/bootstrap.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Chart from "chart.js";
import { Tooltip } from "bootstrap";

require("jquery-ui/ui/core");
require("jquery-ui/ui/widgets/sortable");
import "@selectize/selectize";

Expand Down

0 comments on commit 5e51e71

Please sign in to comment.