[Bps-public-commit] net-lighthouse branch, master, updated. 626bcef9ec05798dbb3bf429ce1a553624511b79

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Sep 11 12:28:33 EDT 2009


The branch, master has been updated
       via  626bcef9ec05798dbb3bf429ce1a553624511b79 (commit)
      from  99df7ac39d36a2748874127f4d4027d32ae4c3d2 (commit)

Summary of changes:
 Changes               |    2 ++
 lib/Net/Lighthouse.pm |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 626bcef9ec05798dbb3bf429ce1a553624511b79
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Sat Sep 12 00:28:28 2009 +0800

    bump version to 0.05

diff --git a/Changes b/Changes
index cb3f1cf..7542b9d 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Net-Lighthouse
 
+0.05
+
 0.04 Sat Sep 12 00:10:18 CST 2009
     * use XML::TreePP to parse xml
 
diff --git a/lib/Net/Lighthouse.pm b/lib/Net/Lighthouse.pm
index b7a8b9c..1e1520b 100644
--- a/lib/Net/Lighthouse.pm
+++ b/lib/Net/Lighthouse.pm
@@ -8,7 +8,7 @@ use Net::Lighthouse::Token;
 use Net::Lighthouse::User;
 use base 'Net::Lighthouse::Base';
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 sub project { return shift->_new( 'Project' ) }
 sub user { return shift->_new( 'User' ) }
@@ -51,7 +51,7 @@ Net::Lighthouse - Perl interface to lighthouseapp.com
 
 =head1 VERSION
 
-This document describes Net::Lighthouse version 0.04
+This document describes Net::Lighthouse version 0.05
 
 
 =head1 SYNOPSIS

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list