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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Sep 9 05:17:52 EDT 2009


The branch, master has been updated
       via  c3568220b2e645645eb12e4889b33e098c35fe2c (commit)
      from  614b0913d2e4ab2264fba54d401e32c94ee93b5c (commit)

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

- Log -----------------------------------------------------------------
commit c3568220b2e645645eb12e4889b33e098c35fe2c
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 9 17:17:48 2009 +0800

    bump version to 0.04

diff --git a/Changes b/Changes
index 1ded08b..3d09af2 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Net-Lighthouse
 
+0.04
+
 0.03 Wed Sep  9 17:09:14 CST 2009
     * typo fix
     * add repository info
diff --git a/lib/Net/Lighthouse.pm b/lib/Net/Lighthouse.pm
index d937c69..3222ebc 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.03';
+our $VERSION = '0.04';
 
 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.03
+This document describes Net::Lighthouse version 0.04
 
 
 =head1 SYNOPSIS

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



More information about the Bps-public-commit mailing list