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

sunnavy at bestpractical.com sunnavy at bestpractical.com
Tue Sep 8 22:41:43 EDT 2009


The branch, master has been updated
       via  085019145353f6aa3864499fe5db7d1d43302c82 (commit)
      from  e2ff5966a14b1f3acb2fb2578cab0c327c08e8c7 (commit)

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

- Log -----------------------------------------------------------------
commit 085019145353f6aa3864499fe5db7d1d43302c82
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Wed Sep 9 10:41:39 2009 +0800

    bump version to 0.03

diff --git a/Changes b/Changes
index 3bd6ece..35f5265 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
 Revision history for Net-Lighthouse
 
+0.03
+
 0.02 Wed Sep  9 10:37:42 CST 2009
     * use either YAML::Syck or YAML, depending on what people have
 
diff --git a/lib/Net/Lighthouse.pm b/lib/Net/Lighthouse.pm
index de00a08..d937c69 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.02';
+our $VERSION = '0.03';
 
 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.02
+This document describes Net::Lighthouse version 0.03
 
 
 =head1 SYNOPSIS

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



More information about the Bps-public-commit mailing list