Skip to content

Commit 9839a51

Browse files
committed
Bump version
1 parent 09977e6 commit 9839a51

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
2.15 2023-01-28
3+
24
2.14 2023-01-27
35
- Added support for multiple download attempts for assets that need to be fetched.
46

lib/Mojolicious/Plugin/AssetPack.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use Mojolicious::Plugin::AssetPack::Asset::Null;
66
use Mojolicious::Plugin::AssetPack::Store;
77
use Mojolicious::Plugin::AssetPack::Util qw(diag has_ro load_module DEBUG);
88

9-
our $VERSION = '2.14';
9+
our $VERSION = '2.15';
1010

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

0 commit comments

Comments
 (0)