From: Marius Gavrilescu Date: Sat, 30 Jan 2016 18:47:20 +0000 (+0000) Subject: Bump version and update Changes X-Git-Tag: 0.006^0 X-Git-Url: http://git.ieval.ro/?p=webservice-strike.git;a=commitdiff_plain;h=HEAD Bump version and update Changes --- diff --git a/Changes b/Changes index d130766..fbde75a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Perl extension WebService::Strike. +0.006 2016-01-30T18:47+00:00 + - Mark module as obsolete since the API was discontinued + - Disable the API-related tests + 0.005 2016-01-2318:51+00:00 - Update for API V2.1 - Make torrent method die as the corresponding API call was removed diff --git a/README b/README index 3d9984d..67ea0fe 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -WebService-Strike version 0.005 +WebService-Strike version 0.006 =============================== INSTALLATION diff --git a/lib/WebService/Strike.pm b/lib/WebService/Strike.pm index f4b6cf1..070a2a5 100644 --- a/lib/WebService/Strike.pm +++ b/lib/WebService/Strike.pm @@ -7,7 +7,7 @@ use parent qw/Exporter/; our @EXPORT = qw/strike strike_search strike_imdb/; our @EXPORT_OK = (@EXPORT, 'strike_query'); -our $VERSION = '0.005'; +our $VERSION = '0.006'; our $BASE_URL = 'https://getstrike.net/api/v2'; use JSON::MaybeXS qw/decode_json/; diff --git a/lib/WebService/Strike/Torrent.pm b/lib/WebService/Strike/Torrent.pm index b9fd83b..7dc1d0b 100644 --- a/lib/WebService/Strike/Torrent.pm +++ b/lib/WebService/Strike/Torrent.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/Class::Accessor::Fast/; -our $VERSION = 0.005; +our $VERSION = 0.006; use JSON::MaybeXS qw/decode_json/; use MIME::Base64;