Skip to content

Commit

Permalink
0.06
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed May 16, 2018
1 parent 31429f7 commit c8ceeff
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -79,7 +79,7 @@
"web" : "https://github.com/kianmeng/webservice-pokemon"
}
},
"version" : "0.05",
"version" : "0.06",
"x_contributors" : [
"Kian Meng Ang <kianmeng@users.noreply.github.com>",
"Mohammad S Anwar <mohammad.anwar@yahoo.com>"
Expand Down
2 changes: 1 addition & 1 deletion lib/WebService/Pokemon.pm
Expand Up @@ -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' => (
Expand Down

0 comments on commit c8ceeff

Please sign in to comment.