[Jifty-commit] r5637 - in Net-Jifty/trunk: .

Jifty commits jifty-commit at lists.jifty.org
Fri Aug 1 10:12:03 EDT 2008


Author: sartak
Date: Fri Aug  1 10:12:02 2008
New Revision: 5637

Modified:
   Net-Jifty/trunk/   (props changed)
   Net-Jifty/trunk/Changes
   Net-Jifty/trunk/lib/Net/Jifty.pm

Log:
 r68258 at onn:  sartak | 2008-08-01 10:11:44 -0400
 Bump to 0.08


Modified: Net-Jifty/trunk/Changes
==============================================================================
--- Net-Jifty/trunk/Changes	(original)
+++ Net-Jifty/trunk/Changes	Fri Aug  1 10:12:02 2008
@@ -1,5 +1,7 @@
 Revision history for Net-Jifty
 
+0.08
+
 0.07    Fri Aug 1 09:58:10 2008
         Cache each action and model spec, add methods to retrieve them
         Better support for multiple values for a single key

Modified: Net-Jifty/trunk/lib/Net/Jifty.pm
==============================================================================
--- Net-Jifty/trunk/lib/Net/Jifty.pm	(original)
+++ Net-Jifty/trunk/lib/Net/Jifty.pm	Fri Aug  1 10:12:02 2008
@@ -2,7 +2,7 @@
 package Net::Jifty;
 use Moose;
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 use LWP::UserAgent;
 use HTTP::Request;


More information about the Jifty-commit mailing list