From c8ceeff989bbe90b79b8247dd1ceda49fb8adece Mon Sep 17 00:00:00 2001 From: "Kian-Meng, Ang" Date: Wed, 16 May 2018 22:56:56 +0800 Subject: [PATCH] 0.06 --- Changes | 4 ++++ META.json | 2 +- lib/WebService/Pokemon.pm | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 6de5634..0c4d41c 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,10 @@ Revision history for WebService-Pokemon {{$NEXT}} +0.06 2018-05-16 22:56:23 +08 + - Remove unused Makefile.PL + - Build and test using Docker + 0.05 2018-05-16 21:09:02 +08 - Fix missing strictures - Update synopsis diff --git a/META.json b/META.json index 106d381..50d8122 100644 --- a/META.json +++ b/META.json @@ -79,7 +79,7 @@ "web" : "https://github.com/kianmeng/webservice-pokemon" } }, - "version" : "0.05", + "version" : "0.06", "x_contributors" : [ "Kian Meng Ang ", "Mohammad S Anwar " diff --git a/lib/WebService/Pokemon.pm b/lib/WebService/Pokemon.pm index d733b66..8fbd855 100644 --- a/lib/WebService/Pokemon.pm +++ b/lib/WebService/Pokemon.pm @@ -11,7 +11,7 @@ with 'Web::API'; use constant DEFAULT_BASE_API_URL => 'http://pokeapi.co/api/'; use constant DEFAULT_API_VERSION => 'v2'; -our $VERSION = '0.05'; +our $VERSION = '0.06'; has 'api_version' => (