Skip to content

Commit bae5aa0

Browse files
committed
Bump version number; we're doing some dev work for some fixes.
1 parent 33affcb commit bae5aa0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

META.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: JavaScript-Minifier-XS
3-
version: 0.02
3+
version: 0.03_01
44
author:
55
- Graham TerMarsch (cpan@howlingfrog.com)
66
abstract: XS based JavaScript minifier
@@ -14,7 +14,7 @@ build_requires:
1414
provides:
1515
JavaScript::Minifier::XS:
1616
file: lib/JavaScript/Minifier/XS.pm
17-
version: 0.02
17+
version: 0.03_01
1818
generated_by: Module::Build version 0.2808
1919
meta-spec:
2020
url: http://module-build.sourceforge.net/META-spec-v1.2.html

lib/JavaScript/Minifier/XS.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require DynaLoader;
99
our @ISA = qw(Exporter DynaLoader);
1010
our @EXPORT_OK = qw(minify);
1111

12-
our $VERSION = '0.02';
12+
our $VERSION = '0.03_01';
1313

1414
bootstrap JavaScript::Minifier::XS $VERSION;
1515

0 commit comments

Comments
 (0)