From: ivan Date: Mon, 7 Mar 2011 00:12:55 +0000 (+0000) Subject: bump version X-Git-Url: http://git.freeside.biz/gitweb/?p=Business-OnlinePayment-USAePay.git;a=commitdiff_plain;h=c964be9bd8ed5cef5f51f8b4ded15fe626ee51d6 bump version --- diff --git a/Changes b/Changes index c0440b6..103490c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ Revision history for Perl extension Business::OnlinePayment::USAePay. +0.03 unreleased + 0.02 Sun Mar 6 15:54:24 PST 2011 - test fixes, documentation updates, otherwise functionally unchanged diff --git a/USAePay.pm b/USAePay.pm index 40c65a6..a8eb4ee 100644 --- a/USAePay.pm +++ b/USAePay.pm @@ -9,7 +9,7 @@ use URI::Escape; use vars qw($VERSION @ISA $DEBUG); @ISA = qw(Business::OnlinePayment::HTTPS); -$VERSION = '0.02'; +$VERSION = '0.03'; $DEBUG = 0;