We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d7de4 commit 42ac7d2Copy full SHA for 42ac7d2
1 file changed
lib/JavaScript/Minifier/XS.pm
@@ -9,7 +9,7 @@ require DynaLoader;
9
our @ISA = qw(Exporter DynaLoader);
10
our @EXPORT_OK = qw(minify);
11
12
-our $VERSION = '0.12';
+our $VERSION = '0.13';
13
14
bootstrap JavaScript::Minifier::XS $VERSION;
15
0 commit comments