Bump version and update Changes master 0.001001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Oct 2017 18:51:03 +0000 (19:51 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Oct 2017 18:51:18 +0000 (19:51 +0100)
Changes
README
lib/WebService/Vichan.pm

diff --git a/Changes b/Changes
index 7896991868cd3d91afd526cfdd83e053896d349f..9fc5bc6b434dfc847b3ea0dd78162aaff513690d 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,7 @@
 Revision history for Perl extension WebService::Vichan.
 
+0.001001 2017-10-07T19:51+01:00
+ - Make tests more reliable
+
 0.001 2017-09-30T21:40+03:00
  - Initial release
diff --git a/README b/README
index b938aa6ce475adb252ac4a892761437d74b62155..2249641f8671af063cba522c5f65b579717efc28 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-WebService-Vichan version 0.001
-===============================
+WebService-Vichan version 0.001001
+==================================
 An api client for 4chan.org and imageboards that use vichan
 (such as 8ch.net).
 
index 5b248e90792d56937038dfe8aba654f013a9f76c..1794f77dad482dc30762dac1d5a3e4e18a891ce2 100644 (file)
@@ -10,7 +10,7 @@ use Hash::Inflator;
 use JSON::MaybeXS;
 use Time::HiRes qw/time sleep/;
 
-our $VERSION = '0.001';
+our $VERSION = '0.001001';
 
 our %cache;
 our $last_request = 0;
This page took 0.011298 seconds and 4 git commands to generate.