Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 0.04.
Browse files Browse the repository at this point in the history
Changelog diff is:

diff --git a/Changes b/Changes
index 55cedb2..9204497 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Acme-MilkyHolmes

 {{$NEXT}}

+0.04 2014-10-05T14:53:43Z
+
     - new feature: nickname_voiced_by() (htk293)

 0.03 2014-06-25T14:18:04Z
  • Loading branch information
tsucchi committed Oct 5, 2014
1 parent e0def24 commit b663a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ Revision history for Perl extension Acme-MilkyHolmes

{{$NEXT}}

0.04 2014-10-05T14:53:43Z

- new feature: nickname_voiced_by() (htk293)

0.03 2014-06-25T14:18:04Z
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"web" : "https://github.com/tsucchi/p5-Acme-MilkyHolmes"
}
},
"version" : "0.03",
"version" : "0.04",
"x_authority" : "cpan:TSUCCHI",
"x_contributors" : [
"htk291 <htk0129@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/Acme/MilkyHolmes.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use strict;
use warnings;
use parent qw(Exporter);

our $VERSION = "0.03";
our $VERSION = "0.04";

use Acme::MilkyHolmes::Character::SherlockShellingford;
use Acme::MilkyHolmes::Character::NeroYuzurizaki;
Expand Down

0 comments on commit b663a1e

Please sign in to comment.