From: Marius Gavrilescu Date: Sat, 7 Oct 2017 18:51:03 +0000 (+0100) Subject: Bump version and update Changes X-Git-Tag: 0.001001^0 X-Git-Url: http://git.ieval.ro/?p=webservice-vichan.git;a=commitdiff_plain;h=79920d6f564ffb1fbb8d66888d126d4862e73c6f Bump version and update Changes --- diff --git a/Changes b/Changes index 7896991..9fc5bc6 100644 --- 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 b938aa6..2249641 100644 --- 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). diff --git a/lib/WebService/Vichan.pm b/lib/WebService/Vichan.pm index 5b248e9..1794f77 100644 --- a/lib/WebService/Vichan.pm +++ b/lib/WebService/Vichan.pm @@ -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;