Bump version and update Changes
[webservice-tdwtf.git] / lib / App / TDWTF.pm
index b31574280ba55edf4ea6001381ab9409461312c4..6f8a43ba49b855d681a941b28d3bb749a7fbd488 100644 (file)
@@ -8,7 +8,7 @@ use Encode qw/encode/;
 use HTML::FormatText;
 use WebService::TDWTF;
 
-our $VERSION = '0.001';
+our $VERSION = '0.003';
 
 sub print_list {
        my $idlen = length $_[0]->Id;
@@ -39,3 +39,5 @@ sub run {
        return print_list tdwtf_list_author @argv if $args->{author};
        print_article tdwtf_article @argv
 }
+
+1;
This page took 0.009288 seconds and 4 git commands to generate.