Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike.pm
index e59707e66edabec11716a399eb77c60cf50c4da5..58d43c25c55cd046240a6d6b442b0d009f8f92ba 100644 (file)
@@ -7,7 +7,7 @@ use parent qw/Exporter/;
 
 our @EXPORT    = qw/strike strike_search strike_imdb/; ## no critic (ProhibitAutomaticExportation)
 our @EXPORT_OK = (@EXPORT, 'strike_query');
-our $VERSION = '0.004002';
+our $VERSION = '0.004003';
 our $BASE_URL = 'https://getstrike.net/api/v2';
 
 use JSON::MaybeXS qw/decode_json/;
This page took 0.009997 seconds and 4 git commands to generate.