[Bps-public-commit] Net-Google-Code branch, master, updated. 91a485d48b31489533b168e532dc0fe76e7c1abd
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Mon Dec 21 22:39:52 EST 2009
The branch, master has been updated
via 91a485d48b31489533b168e532dc0fe76e7c1abd (commit)
from 142b3c40d0310771be30f353712452bd83f05117 (commit)
Summary of changes:
META.yml | 2 +-
lib/Net/Google/Code.pm | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 91a485d48b31489533b168e532dc0fe76e7c1abd
Author: sunnavy <sunnavy at bestpractical.com>
Date: Tue Dec 22 11:39:44 2009 +0800
bump version to 0.17
diff --git a/META.yml b/META.yml
index d1157fd..d7435e8 100644
--- a/META.yml
+++ b/META.yml
@@ -35,4 +35,4 @@ requires:
XML::FeedPP: 0
resources:
license: http://dev.perl.org/licenses/
-version: 0.16
+version: 0.17
diff --git a/lib/Net/Google/Code.pm b/lib/Net/Google/Code.pm
index 0a917c4..eab5664 100644
--- a/lib/Net/Google/Code.pm
+++ b/lib/Net/Google/Code.pm
@@ -4,7 +4,7 @@ use Any::Moose;
with 'Net::Google::Code::TypicalRoles';
use Scalar::Util qw/blessed/;
-our $VERSION = '0.16';
+our $VERSION = '0.17';
has 'project' => (
isa => 'Str',
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list