diff options
Diffstat (limited to 'lib/App/Dthumb')
-rw-r--r-- | lib/App/Dthumb/Data.pm.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Dthumb/Data.pm.PL b/lib/App/Dthumb/Data.pm.PL index ba99c82..c430c0a 100644 --- a/lib/App/Dthumb/Data.pm.PL +++ b/lib/App/Dthumb/Data.pm.PL @@ -46,7 +46,7 @@ use Data::Section -setup; use MIME::Base64 qw(decode_base64); our @EXPORT_OK = (); -our $VERSION = '0.1'; +our $VERSION = '0.2'; sub new { my ($obj) = @_; |