Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bayashi committed Oct 6, 2014
1 parent 8f600d2 commit 81e9770
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Revision history for Perl extension Sub::Retry::Extended

0.05 Tue Oct 7 07:57:38 JST 2014
- fix test

0.04 Sun Oct 5 10:49:35 JST 2014
- fix POD

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -37,7 +37,7 @@
"provides" : {
"Sub::Retry::Extended" : {
"file" : "lib/Sub/Retry/Extended.pm",
"version" : "0.04"
"version" : "0.05"
}
},
"release_status" : "stable",
Expand All @@ -52,5 +52,5 @@
"url" : "http://github.com/bayashi/Sub-Retry-Extended"
}
},
"version" : "0.04"
"version" : "0.05"
}
2 changes: 1 addition & 1 deletion lib/Sub/Retry/Extended.pm
Expand Up @@ -7,7 +7,7 @@ use parent qw/Exporter/;

our @EXPORT = qw/retryX/;

our $VERSION = '0.04';
our $VERSION = '0.05';

sub retryX {
my (%args) = @_;
Expand Down

0 comments on commit 81e9770

Please sign in to comment.