Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 27, 2023
1 parent 09977e6 commit 9839a51
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.15 2023-01-28

2.14 2023-01-27
- Added support for multiple download attempts for assets that need to be fetched.

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.14';
our $VERSION = '2.15';

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

Expand Down

0 comments on commit 9839a51

Please sign in to comment.