Bump version

This commit is contained in:
Evan Broder 2012-10-08 16:54:23 -07:00
parent 79516e8552
commit 7571ab5a38
4 changed files with 8 additions and 3 deletions

View File

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

View File

@ -1,3 +1,8 @@
=== 1.7.4 2012-10-08
* Fix bug introduced in 1.7.3 calling API methods that take no
arguments, like Stripe::Invoice#pay (github issue #42)
=== 1.7.3 2012-09-14 === 1.7.3 2012-09-14
* Make sure that both keys and values of GET params are * Make sure that both keys and values of GET params are

View File

@ -1 +1 @@
1.7.3 1.7.4

View File

@ -1,3 +1,3 @@
module Stripe module Stripe
VERSION = '1.7.3' VERSION = '1.7.4'
end end