Bump version and update Changes
[webservice-tdwtf.git] / lib / WebService / TDWTF.pm
index fe9ea4da73a9e4b02f48b624c2bb116848907d49..2a8d6e94f18d7f4faa03341f9286b21e7943240d 100644 (file)
@@ -15,7 +15,7 @@ my @subs = qw/article list_recent list_series list_author series/;
 our @EXPORT = map { "tdwtf_$_" } @subs;
 our @EXPORT_OK = (@EXPORT, @subs);
 our %EXPORT_TAGS = (all => [@EXPORT_OK]);
-our $VERSION = '0.002';
+our $VERSION = '0.003';
 our $AGENT = "WebService-TDWTF/$VERSION";
 our $BASE_URL = 'http://thedailywtf.com/api';
 
This page took 0.010231 seconds and 4 git commands to generate.