diff --git a/Build.PL b/Build.PL index 19cd632..7c19f88 100644 --- a/Build.PL +++ b/Build.PL @@ -18,7 +18,7 @@ my %module_build_args = ( "Tatsuhiko Miyagawa " ], "dist_name" => "Dist-Milla", - "dist_version" => "v1.0.6", + "dist_version" => "v1.0.7", "license" => "perl", "module_name" => "Dist::Milla", "recommends" => {}, diff --git a/Changes b/Changes index 56dcc06..ca733af 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Dist::Milla {{$NEXT}} +v1.0.7 2014-09-10 14:31:56 PDT + - add Dist::Milla to the META as a develop dependency. #8 + v1.0.6 2014-09-10 14:11:08 PDT - bump LicenseFromModule diff --git a/META.json b/META.json index d2a1193..c334f95 100644 --- a/META.json +++ b/META.json @@ -95,7 +95,7 @@ "web" : "https://github.com/miyagawa/Dist-Milla" } }, - "version" : "v1.0.6", + "version" : "v1.0.7", "x_contributors" : [ "Curtis Brandt ", "Helmut Wollmersdorfer ", diff --git a/lib/Dist/Milla.pm b/lib/Dist/Milla.pm index a7a55ab..6036914 100644 --- a/lib/Dist/Milla.pm +++ b/lib/Dist/Milla.pm @@ -1,7 +1,7 @@ package Dist::Milla; use strict; -use version; our $VERSION = version->declare('v1.0.6'); +use version; our $VERSION = version->declare('v1.0.7'); 1; __END__