From 30c0c3c51631b6b8cb0130dc1762811ebe9e938b Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Wed, 23 Sep 2015 20:31:08 +0300 Subject: [PATCH] Bump version and update Changes --- Changes | 5 +++++ README | 4 ++-- lib/WebService/Scaleway.pm | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index da989f8..634233d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,9 @@ Revision history for Perl extension WebService::Scaleway. +0.001001 2015-09-23T20:31+03:00 + - Fix perform_server_action + - Improve POD + - Fix t/real.t + 0.001 2015-09-20T00:52+03:00 - Initial release diff --git a/README b/README index d8a914c..c20419c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -WebService-Scaleway version 0.001 -================================= +WebService-Scaleway version 0.001001 +==================================== Scaleway is an IaaS provider that offers bare metal ARM cloud servers. WebService::Scaleway is a Perl interface to the Scaleway API. diff --git a/lib/WebService/Scaleway.pm b/lib/WebService/Scaleway.pm index 4545952..44256e8 100644 --- a/lib/WebService/Scaleway.pm +++ b/lib/WebService/Scaleway.pm @@ -4,7 +4,7 @@ use 5.014000; use strict; use warnings; -our $VERSION = '0.001'; +our $VERSION = '0.001001'; use Carp qw/croak/; use HTTP::Tiny; -- 2.30.2