Skip to content

Commit 3dba1c8

Browse files
author
hikki
committed
v3.7
1 parent c08c173 commit 3dba1c8

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
@@ -29,8 +29,8 @@ public function boot(DLP $extension)
2929
}
3030

3131
Admin::booting(function () {
32-
Admin::css('vendor/dlp/component.min.css?v3.6');
33-
Admin::headerJs('vendor/dlp/component.min.js?v3.6');
32+
Admin::css('vendor/dlp/component.min.css?v3.7');
33+
Admin::headerJs('vendor/dlp/component.min.js?v3.7');
3434
Form::extend('Dot', Dot::class);
3535
Form::extend('CascadeDot', CascadeDot::class);
3636
Form::extend('Linear', Linear::class);

0 commit comments

Comments
 (0)