Skip to content

Commit

Permalink
Bump version and update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpalmer committed Aug 5, 2015
1 parent 87145b5 commit af92522
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Revision history for Alien-Chipmunk

0.000_002 2015-08-04
- Updates for Alien::Base 0.020

0.000001 2013-06-07
- Initial release

2 changes: 1 addition & 1 deletion lib/Alien/Chipmunk.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use parent qw(Alien::Base);

our $VERSION = '0.000001';
our $VERSION = '0.000_002';
$VERSION = eval $VERSION;

1;
Expand Down

0 comments on commit af92522

Please sign in to comment.