Skip to content

Commit a77abc2

Browse files
committed
bump VERSION and Changes for CPAN release
1 parent e217322 commit a77abc2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for CSS-Packer
22

3+
2.05 2018-02-02
4+
- Add missing files to MANIFEST (GH #5, thanks to nfg)
5+
36
2.04 2018-02-01
47
- Fix compression with @keyframes by being more generic with at-rules (GH #3, GH #4)
58

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CSS::Packer - Another CSS minifier
1010

1111
# VERSION
1212

13-
Version 2.04
13+
Version 2.05
1414

1515
# DESCRIPTION
1616

lib/CSS/Packer.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use strict;
66
use Carp;
77
use Regexp::RegGrp;
88

9-
our $VERSION = '2.04';
9+
our $VERSION = '2.05';
1010

1111
our @COMPRESS = ( 'minify', 'pretty' );
1212
our $DEFAULT_COMPRESS = 'pretty';
@@ -390,7 +390,7 @@ CSS::Packer - Another CSS minifier
390390
391391
=head1 VERSION
392392
393-
Version 2.04
393+
Version 2.05
394394
395395
=head1 DESCRIPTION
396396

0 commit comments

Comments
 (0)