Bump version.

This commit is contained in:
Sheena Pakanati 2012-08-31 10:05:18 +05:30
parent 151c25872f
commit fa2cc10632
4 changed files with 7 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
stripe (1.7.1)
stripe (1.7.2)
multi_json (~> 1.1)
rest-client (~> 1.4)

View File

@ -1,3 +1,7 @@
=== 1.7.2 2012-08-31
* Add support for new pay and update methods for Invoice objects
=== 1.7.1 2012-08-15
* Add new Account API resource

View File

@ -1 +1 @@
1.7.1
1.7.2

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.7.1'
VERSION = '1.7.2'
end