Update version to 1.7.7

This commit is contained in:
Sheena Pakanati 2012-11-08 12:18:31 -08:00
parent f389031887
commit a841cbe0f4
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
=== 1.7.7 2012-11-07
* Add support for updating charge disputes.
=== 1.7.6 2012-10-30
* Add support for creating invoices.

View File

@ -1 +1 @@
1.7.6
1.7.7

View File

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