Bump version and update Changes
[webservice-strike.git] / lib / WebService / Strike.pm
index f11d077f8dd53c490476feaaa70c9a9452f808fc..0b32f1170b3ced717e871b15c9f79f30171bae98 100644 (file)
@@ -7,7 +7,7 @@ use parent qw/Exporter/;
 
 our @EXPORT    = qw/strike strike_search/; ## no critic (ProhibitAutomaticExportation)
 our @EXPORT_OK = qw/strike_query strike strike_search/;
-our $VERSION = '0.001002';
+our $VERSION = '0.002';
 our $BASE_URL = 'http://getstrike.net/api/torrents/';
 
 use JSON::MaybeXS qw/decode_json/;
This page took 0.009088 seconds and 4 git commands to generate.