From fe566cb12f6730b83cae186a5007700672b2dddf Mon Sep 17 00:00:00 2001 From: Olivier Bonnaure Date: Fri, 28 May 2010 16:25:53 +0200 Subject: [PATCH] Rakefile --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 81d37d5..8edf5bc 100644 --- a/Rakefile +++ b/Rakefile @@ -2,7 +2,7 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('paypal_nvp', '0.1.2') do |p| +Echoe.new('paypal_nvp', '0.1.3') do |p| p.description = "Paypal NVP API Class." p.url = "http://github.com/solisoft/paypal_nvp" p.author = "Olivier BONNAURE - Direct Interactive LLC"