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