Skip to content

Commit

Permalink
version bump 0.2.2 -> 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Mar 31, 2011
1 parent 7b845fb commit 83841e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.rdoc
Expand Up @@ -7,7 +7,7 @@ Poundpay is a payments platform for marketplaces

1. Add the following to your Gemfile

gem 'poundpay', '~> 0.2.1'
gem 'poundpay', '~> 0.2.3'

2. At the command prompt, install the gem with bundler

Expand Down Expand Up @@ -76,6 +76,12 @@ Poundpay is a payments platform for marketplaces
payment.release


== Cancel a payment

payment = Poundpay::Payment.find(payment_sid)
payment.cancel


== Setting callback url

me = Poundpay::Developer.me
Expand Down
2 changes: 1 addition & 1 deletion lib/poundpay/version.rb
@@ -1,3 +1,3 @@
module Poundpay
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit 83841e5

Please sign in to comment.