Skip to content

Commit 4b61748

Browse files
committed
v3.3
1 parent 880679d commit 4b61748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2');
25-
Admin::headerJs('vendor/dlp/component.min.js?v3.2');
24+
Admin::css('vendor/dlp/component.min.css?v3.3');
25+
Admin::headerJs('vendor/dlp/component.min.js?v3.3');
2626
Form::extend('Dot', Dot::class);
2727
Form::extend('CascadeDot', CascadeDot::class);
2828
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)