Skip to content

Commit

Permalink
bump version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
gray committed Nov 3, 2011
1 parent c72df15 commit f943d24
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Changes
@@ -1,12 +1,15 @@
Revision history for Acme-CPANAuthors-GitHub

0.04 Thu Nov 3 07:23:48 UTC 2011
- Updated authors.

0.03 Tue Aug 2 16:25:27 UTC 2011
- Converted from using PAUSE API to MetaCPAN.
- Changed the author name to use the UTF-8 version.
- Update authors.
- Updated authors.

0.02 Tue Feb 15 11:45:14 UTC 2011
- Update authors.
- Updated authors.

0.01 Sun Dec 5 11:22:25 UTC 2010
- Initial distribution.
2 changes: 1 addition & 1 deletion lib/Acme/CPANAuthors/GitHub.pm
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use utf8;

our $VERSION = '0.03';
our $VERSION = '0.04';
$VERSION = eval $VERSION;

use Acme::CPANAuthors::Register(
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-github-authors.pl
Expand Up @@ -7,7 +7,7 @@
use ElasticSearch;
use File::Spec::Functions qw(catfile splitpath updir);

my $VERSION = '0.03';
my $VERSION = '0.04';

my $es = ElasticSearch->new(
servers => 'api.metacpan.org',
Expand Down

0 comments on commit f943d24

Please sign in to comment.