[Bps-public-commit] net-lighthouse branch, master, updated. c4ce0ac3b1e0622684cf05460fde051fbd406a5a
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Tue Sep 8 22:35:37 EDT 2009
The branch, master has been updated
via c4ce0ac3b1e0622684cf05460fde051fbd406a5a (commit)
from 3a0a5c4618aa15420142d1aab0eb230189d6d408 (commit)
Summary of changes:
Changes | 2 ++
lib/Net/Lighthouse.pm | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit c4ce0ac3b1e0622684cf05460fde051fbd406a5a
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Sep 9 10:35:07 2009 +0800
bump version to 0.02
diff --git a/Changes b/Changes
index 06a57ef..be1e2cc 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,7 @@
Revision history for Net-Lighthouse
+0.02
+
0.01 Wed Sep 9 08:49:29 CST 2009
Initial release.
diff --git a/lib/Net/Lighthouse.pm b/lib/Net/Lighthouse.pm
index fcac308..32691ba 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.01';
+our $VERSION = '0.02';
sub project { return shift->_new( 'Project' ) }
sub user { return shift->_new( 'User' ) }
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list