Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 10, 2014
1 parent 496bec7 commit 046322e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa <miyagawa\@bulknews.net>"
],
"dist_name" => "Dist-Milla",
"dist_version" => "v1.0.6",
"dist_version" => "v1.0.7",
"license" => "perl",
"module_name" => "Dist::Milla",
"recommends" => {},
Expand Down
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -95,7 +95,7 @@
"web" : "https://github.com/miyagawa/Dist-Milla"
}
},
"version" : "v1.0.6",
"version" : "v1.0.7",
"x_contributors" : [
"Curtis Brandt <curtis@cpan.org>",
"Helmut Wollmersdorfer <helmut@wollmersdorfer.at>",
Expand Down
2 changes: 1 addition & 1 deletion 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__
Expand Down

0 comments on commit 046322e

Please sign in to comment.