Skip to content

Commit

Permalink
v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hikki committed Nov 24, 2022
1 parent 26888a0 commit cb069df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/assets/component.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/DLPServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public function boot(DLP $extension)
}

Admin::booting(function () {
Admin::css('vendor/dlp/component.min.css?v4.2');
Admin::headerJs('vendor/dlp/component.min.js?v4.2');
Admin::css('vendor/dlp/component.min.css?v4.3');
Admin::headerJs('vendor/dlp/component.min.js?v4.3');
Form::extend('Dot', Dot::class);
Form::extend('CascadeDot', CascadeDot::class);
Form::extend('Linear', Linear::class);
Expand Down

0 comments on commit cb069df

Please sign in to comment.