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