Bump version and update Changes master 0.002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 26 May 2018 18:34:00 +0000 (19:34 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 26 May 2018 18:34:00 +0000 (19:34 +0100)
Changes
README
lib/WebService/FOAAS.pm
lib/WebService/FOAAS/Codegen.pm

diff --git a/Changes b/Changes
index 8d06e24370169b82d6f2427302a97c27f5b56e31..9ab2784e1d3bf87f07d77e434788b3398c5eebc8 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension WebService::FOAAS.
 
+0.002 2018-05-26T19:34+01:00
+ - Support new FOAAS endpoints
+
 0.001001 2017-02-10T18:01+00:00
  - Add more dependencies to PREREQ_PM
 
diff --git a/README b/README
index 775be8a0383f08569ac4baae9259f01790cab637..6a775fdb54389a231ef8eff67bf823ffd073f139 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-WebService-FOAAS version 0.001001
-=================================
+WebService-FOAAS version 0.002
+==============================
 
 FOAAS (Fuck Off As A Service) provides a modern, RESTful, scalable
 solution to the common problem of telling people to fuck off.
@@ -24,10 +24,9 @@ This module requires these other modules and libraries:
 * Test::RequiresInternet
 * URI::Escape
 
-
 COPYRIGHT AND LICENCE
 
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.22.3 or,
index 0d20dec81e65beac177b1dfc027e3fab1aa4e1a1..e7cb714ba5925f1fd05bebc7c7462550a62ac8ad 100644 (file)
@@ -36,7 +36,7 @@ use URI::Escape;
 
 use parent qw/Exporter/;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 our $BASE = 'https://foaas.com';
 
 our $ht = HTTP::Tiny->new;
@@ -994,7 +994,7 @@ Marius Gavrilescu E<lt>marius@ieval.roE<gt>
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (C) 2017 by Marius Gavrilescu
+Copyright (C) 2017-2018 by Marius Gavrilescu
 
 This library is free software; you can redistribute it and/or modify
 it under the same terms as Perl itself, either Perl version 5.22.3 or,
index f4e4f32db08c9a64319f4f25a3c4b4449d5e54ff..edd9e5fe8e7aff55de07f5884ef6e4a5b84fdb8a 100644 (file)
@@ -7,7 +7,7 @@ use warnings;
 use HTTP::Tiny;
 use JSON::MaybeXS qw/decode_json/;
 
-our $VERSION = '0.001001';
+our $VERSION = '0.002';
 
 sub run {
        my $ht = HTTP::Tiny->new;
This page took 0.013655 seconds and 4 git commands to generate.