Skip to content

Commit

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

diff --git a/Changes b/Changes
index a7a304d..3210e14 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,8 @@
 Revision history for Perl extension Acme-MilkyHolmes

 {{$NEXT}}
+
+0.06 2015-11-19T15:00:18Z
     - Happy Birthday Kazumi!!(add Kazumi's birthday)
  • Loading branch information
tsucchi committed Nov 19, 2015
1 parent d540aae commit c9dd8ca
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
@@ -1,6 +1,8 @@
Revision history for Perl extension Acme-MilkyHolmes

{{$NEXT}}

0.06 2015-11-19T15:00:18Z
- Happy Birthday Kazumi!!(add Kazumi's birthday)


Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"web" : "https://github.com/tsucchi/p5-Acme-MilkyHolmes"
}
},
"version" : "0.05",
"version" : "0.06",
"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.05";
our $VERSION = "0.06";

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

0 comments on commit c9dd8ca

Please sign in to comment.