diff --git a/Changes b/Changes index 5a0eaa6..5b41e12 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,8 @@ Revision history for Perl extension OvhApi {{$NEXT}} +0.2 2016-09-12T21:28:00Z + - first CPAN release, hopefully. - updated dependencies. diff --git a/META.json b/META.json index 72d4e69..957b88e 100644 --- a/META.json +++ b/META.json @@ -66,7 +66,7 @@ "web" : "https://github.com/pacoesteban/OvhApi" } }, - "version" : "0.1", + "version" : "0.2", "x_contributors" : [ "Paco Esteban " ], diff --git a/lib/OvhApi.pm b/lib/OvhApi.pm index d4d813d..a57679a 100644 --- a/lib/OvhApi.pm +++ b/lib/OvhApi.pm @@ -3,7 +3,7 @@ package OvhApi; use strict; use warnings; -our $VERSION = 0.1; +our $VERSION = 0.2; use OvhApi::Answer; diff --git a/lib/OvhApi/Answer.pm b/lib/OvhApi/Answer.pm index a2bfdb0..832a12e 100644 --- a/lib/OvhApi/Answer.pm +++ b/lib/OvhApi/Answer.pm @@ -3,7 +3,7 @@ package OvhApi::Answer; use strict; use warnings; -our $VERSION = 0.1; +our $VERSION = 0.2; use overload (