Bump version

This commit is contained in:
Evan Broder 2012-11-21 13:58:52 -08:00
parent 150c69a91d
commit cf3c4a11b6
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
=== 1.7.8 2012-11-21
* Relax the version constraint on multi_json (github issue #44)
=== 1.7.7 2012-11-07
* Add support for updating charge disputes.
* Fix Account API resource bug.

View File

@ -1 +1 @@
1.7.7
1.7.8

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.7.7'
VERSION = '1.7.8'
end