File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension JavaScript::Minifier::XS.
22
33{{$NEXT}}
4+
5+ 0.12 2020-12-28 08:31:31-08:00 America/Vancouver
46 - Switch to GitHub Actions, from Travis-CI.
57 - Add META links to GitHub repository and issue tracker
68 - Switch to Dist::Zilla
Original file line number Diff line number Diff line change 11name = JavaScript-Minifier-XS
2- version = 0.11
2+ version = 0.12
33author = Graham TerMarsch <cpan@howlingfrog.com>
44license = Perl_5
55copyright_holder = Graham TerMarsch
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require DynaLoader;
99our @ISA = qw( Exporter DynaLoader) ;
1010our @EXPORT_OK = qw( minify) ;
1111
12- our $VERSION = ' 0.11 ' ;
12+ our $VERSION = ' 0.12 ' ;
1313
1414bootstrap JavaScript::Minifier::XS $VERSION ;
1515
You can’t perform that action at this time.
0 commit comments