Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike.pm
index f4b6cf14efcfdfa94e8b63c6ea0421ff773d7206..070a2a5d2f875f710eb5a6e2f9f2653cda64a1df 100644 (file)
@@ -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/;
This page took 0.009533 seconds and 4 git commands to generate.