From: Matt S Trout Date: Sun, 8 Jun 2014 04:58:43 +0000 (+0000) Subject: bump version X-Git-Tag: v1.000003~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fb7e66301b136f65e182b9f6ec3174da7ced1f6;p=p5sagit%2FObject-Tap.git bump version --- diff --git a/dist.ini b/dist.ini index 8389e5f..69fa167 100644 --- a/dist.ini +++ b/dist.ini @@ -3,7 +3,7 @@ author = Matt S Trout (mst) copyright_holder = Matt S Trout copyright_year = 2014 license = Perl_5 -version = 1.000002 +version = 1.000003 [GatherDir] [PruneCruft] diff --git a/lib/Object/Tap.pm b/lib/Object/Tap.pm index bebffc6..923e92f 100644 --- a/lib/Object/Tap.pm +++ b/lib/Object/Tap.pm @@ -4,7 +4,7 @@ use strict; use warnings; use base qw(Exporter); -our $VERSION = '1.000002'; # 1.0.2 +our $VERSION = '1.000003'; # 1.0.3 our @EXPORT = qw($_tap);