bump version
Matt S Trout [Thu, 5 Jun 2014 22:06:25 +0000 (22:06 +0000)]
dist.ini
lib/Object/Tap.pm

index 7c2dc6a..8389e5f 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -3,7 +3,7 @@ author              = Matt S Trout (mst) <mst@shadowcat.co.uk>
 copyright_holder    = Matt S Trout
 copyright_year      = 2014
 license             = Perl_5
-version             = 1.000001
+version             = 1.000002
    
 [GatherDir]
 [PruneCruft]
index ae6c11c..bebffc6 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 use base qw(Exporter);
 
-our $VERSION = '1.000001'; # 1.0.1
+our $VERSION = '1.000002'; # 1.0.2
 
 our @EXPORT = qw($_tap);