Skip to content

Commit

Permalink
bump VERSION and Changes for CPAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
leejo committed Apr 3, 2020
1 parent a4e5f36 commit 5cb702f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for JavaScript-Packer

2.06 2020-04-03
- Fix regex when when character ord matches 65 (GH #8, thanks to @r3hp1c)

2.05 2020-02-04
- Fix regex when "best" compression matches ord check equal to 57 (GH #6, thanks to @r3hp1c)

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST
Expand Up @@ -28,3 +28,5 @@ t/scripts/s10-expected.js
t/scripts/s10.js
t/scripts/s11-expected.js
t/scripts/s11.js
t/scripts/s12-expected.js
t/scripts/s12.js
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@ JavaScript::Packer - Perl version of Dean Edwards' Packer.js

# VERSION

Version 2.05
Version 2.06

# DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/JavaScript/Packer.pm
Expand Up @@ -8,7 +8,7 @@ use Regexp::RegGrp;

# =========================================================================== #

our $VERSION = "2.05";
our $VERSION = "2.06";

our @BOOLEAN_ACCESSORS = ( 'no_compress_comment', 'remove_copyright' );

Expand Down Expand Up @@ -734,7 +734,7 @@ JavaScript::Packer - Perl version of Dean Edwards' Packer.js
=head1 VERSION
Version 2.05
Version 2.06
=head1 DESCRIPTION
Expand Down

0 comments on commit 5cb702f

Please sign in to comment.