diff --git a/Changes b/Changes index 57558cb..591badb 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Release history for Dist-Zilla-Role-Bootstrap +1.001003 2015-07-01T04:20:56Z 3001a58 + 1.001002 2015-07-01T04:05:24Z 66d4baf [Bugfix] - Bodge around testers with broken mtime implementations by agressively trying to make files with seperate mtimes and diff --git a/META.json b/META.json index 33ab885..95dbad1 100644 --- a/META.json +++ b/META.json @@ -135,7 +135,7 @@ "provides" : { "Dist::Zilla::Role::Bootstrap" : { "file" : "lib/Dist/Zilla/Role/Bootstrap.pm", - "version" : "1.001002" + "version" : "1.001003" } }, "release_status" : "stable", @@ -150,7 +150,7 @@ "web" : "https://github.com/kentnl/Dist-Zilla-Role-Bootstrap" } }, - "version" : "1.001002", + "version" : "1.001003", "x_BuiltWith" : { "external_file" : "misc/built_with.json" }, @@ -640,7 +640,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : null, "signed" : 0, - "tag" : "1.001002-source", + "tag" : "1.001003-source", "tag_format" : "%v-source", "tag_message" : "v%v", "time_zone" : "local" @@ -716,7 +716,7 @@ "Dist::Zilla::Plugin::Git::Tag" : { "branch" : "releases", "signed" : 0, - "tag" : "1.001002", + "tag" : "1.001003", "tag_format" : "%v", "tag_message" : "v%v", "time_zone" : "local" diff --git a/META.yml b/META.yml index dc3fd9a..7a21ca8 100644 --- a/META.yml +++ b/META.yml @@ -27,7 +27,7 @@ name: Dist-Zilla-Role-Bootstrap provides: Dist::Zilla::Role::Bootstrap: file: lib/Dist/Zilla/Role/Bootstrap.pm - version: '1.001002' + version: '1.001003' recommends: Path::Tiny: '0.058' requires: @@ -46,4 +46,4 @@ resources: bugtracker: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap/issues homepage: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap repository: https://github.com/kentnl/Dist-Zilla-Role-Bootstrap.git -version: '1.001002' +version: '1.001003' diff --git a/Makefile.PL b/Makefile.PL index 1ec08ba..6ab8999 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -41,7 +41,7 @@ my %WriteMakefileArgs = ( "Moose" => 0, "Test::More" => "0.89" }, - "VERSION" => "1.001002", + "VERSION" => "1.001003", "test" => { "TESTS" => "t/*.t t/00-compile/*.t" } diff --git a/lib/Dist/Zilla/Role/Bootstrap.pm b/lib/Dist/Zilla/Role/Bootstrap.pm index 476792d..035b3c9 100644 --- a/lib/Dist/Zilla/Role/Bootstrap.pm +++ b/lib/Dist/Zilla/Role/Bootstrap.pm @@ -5,7 +5,7 @@ use utf8; package Dist::Zilla::Role::Bootstrap; -our $VERSION = '1.001002'; +our $VERSION = '1.001003'; # ABSTRACT: Shared logic for bootstrap things. @@ -303,7 +303,7 @@ Dist::Zilla::Role::Bootstrap - Shared logic for bootstrap things. =head1 VERSION -version 1.001002 +version 1.001003 =head1 SYNOPSIS