Skip to content

Commit adc8aba

Browse files
author
hikki
committed
v3.2
1 parent 08210c7 commit adc8aba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

resources/assets/component.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/component.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/DLPServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ public function boot()
2121
]);
2222

2323
Admin::booting(function () {
24-
Admin::css('vendor/dlp/component.min.css?v3.1');
25-
Admin::headerJs('vendor/dlp/component.min.js?v3.1');
24+
Admin::css('vendor/dlp/component.min.css?v3.2');
25+
Admin::headerJs('vendor/dlp/component.min.js?v3.2');
2626
Form::extend('Dot', Dot::class);
2727
Form::extend('CascadeDot', CascadeDot::class);
2828
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)