Skip to content

Commit

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

diff --git a/Changes b/Changes
index 67b68ce..7307ae6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,8 @@ Revision history for Perl extension Acme-MilkyHolmes

 {{$NEXT}}

+0.07 2016-02-03T13:13:51Z
+
     - add Alice's birthday!

 0.06 2015-11-19T15:00:18Z
  • Loading branch information
tsucchi committed Feb 3, 2016
1 parent 68ec53d commit be09ace
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.07 2016-02-03T13:13:51Z

- add Alice's birthday!

0.06 2015-11-19T15:00:18Z
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.06",
"version" : "0.07",
"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.06";
our $VERSION = "0.07";

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

0 comments on commit be09ace

Please sign in to comment.