Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 6, 2024
1 parent fae7e36 commit 08b68fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

2.16 2024-12-07

2.15 2024-12-06
- Fixed reporting of sass errors.
Contributor: Jan Baier
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/AssetPack.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Mojolicious::Plugin::AssetPack::Asset::Null;
use Mojolicious::Plugin::AssetPack::Store;
use Mojolicious::Plugin::AssetPack::Util qw(diag has_ro load_module DEBUG);

our $VERSION = '2.15';
our $VERSION = '2.16';

has minify => sub { shift->_app->mode eq 'development' ? 0 : 1 };

Expand Down

0 comments on commit 08b68fe

Please sign in to comment.