We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b1991 commit ebc94daCopy full SHA for ebc94da
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.13';
+our $VERSION = '0.14';
13
14
bootstrap JavaScript::Minifier::XS $VERSION;
15
0 commit comments