Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike.pm
index 9adde7143fab4a3def3d9c47d04f44ea5e8c2da7..b985840e44ecb0639fa52ae825c9f1cf9f332168 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.004001';
+our $VERSION = '0.004002';
 our $BASE_URL = 'https://getstrike.net/api/v2';
 
 use JSON::MaybeXS qw/decode_json/;
This page took 0.009585 seconds and 4 git commands to generate.