From d45e021f0faaf86e3e20761b277e2b341b6566d0 Mon Sep 17 00:00:00 2001 From: Fayland Lam Date: Fri, 2 Oct 2015 11:45:10 +0800 Subject: [PATCH] 0.16 --- Changes | 3 +++ META.json | 2 +- Makefile.PL | 2 +- lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 5cc7521..34d9584 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Dist-Zilla-Plugin-GitHubREADME-Badge {{$NEXT}} +0.16 2015-10-02 11:44:52 CST + - use svg for coveralls and gitter.im (Randy Stauner) + 0.15 2015-10-01 13:55:15 CST - add 'phase' attribute to enable after-release instead of after-build (Randy Stauner) - add tests and small bug fixes (Randy Stauner) diff --git a/META.json b/META.json index 9b5f0b1..726bc15 100644 --- a/META.json +++ b/META.json @@ -59,7 +59,7 @@ "web" : "https://github.com/fayland/perl-Dist-Zilla-Plugin-GitHubREADME-Badge" } }, - "version" : "0.15", + "version" : "0.16", "x_contributors" : [ "Nikolay Mishin ", "Randy Stauner " diff --git a/Makefile.PL b/Makefile.PL index 4467311..21a41f7 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -26,7 +26,7 @@ my %WriteMakefileArgs = ( "TEST_REQUIRES" => { "Test::More" => "0.96" }, - "VERSION" => "0.15", + "VERSION" => "0.16", "test" => { "TESTS" => "t/*.t" } diff --git a/lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm b/lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm index cef00f1..8d387de 100644 --- a/lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm +++ b/lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm @@ -2,7 +2,7 @@ package Dist::Zilla::Plugin::GitHubREADME::Badge; use strict; use 5.008_005; -our $VERSION = '0.15'; +our $VERSION = '0.16'; use Moose; use Moose::Util::TypeConstraints qw(enum);