Skip to content

Commit

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

diff --git a/Changes b/Changes
index 9f001f3..4f1714f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Archer

 {{$NEXT}}

+0.18 2014-09-03T15:45:22Z
+    - repackageing (fix META.json)
+
 0.17 2013-08-08T12:25:01Z
     - update Changes to satisfy CPAN::Changes::Spec
  • Loading branch information
Songmu committed Sep 3, 2014
1 parent f8821aa commit 22bd287
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for Archer

{{$NEXT}}

0.18 2014-09-03T15:45:22Z
- repackageing (fix META.json)

0.17 2013-08-08T12:25:01Z
- update Changes to satisfy CPAN::Changes::Spec

Expand Down
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"web" : "https://github.com/tokuhirom/Archer"
}
},
"version" : "0.17",
"version" : "0.18",
"x_contributors" : [
"otsune <otsune@d0d07461-0603-4401-acd4-de1884942a52>",
"mizzy <mizzy@d0d07461-0603-4401-acd4-de1884942a52>",
Expand All @@ -94,6 +94,6 @@
"hirose31 <hirose31@d0d07461-0603-4401-acd4-de1884942a52>",
"tokuhirom <tokuhirom@gmail.com>",
"Neil Bowers <neil@bowers.com>",
"Masayuki Matsuki <y.songmu@gmail.com>"
"Songmu <y.songmu@gmail.com>"
]
}
2 changes: 1 addition & 1 deletion lib/Archer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use List::MoreUtils qw/uniq/;
use Archer::ConfigLoader;
use UNIVERSAL::require;

our $VERSION = '0.17';
our $VERSION = '0.18';

my $context;
sub context { $context }
Expand Down

0 comments on commit 22bd287

Please sign in to comment.