Bump version.

This commit is contained in:
Amber Feng 2014-05-21 16:52:13 -07:00
parent 5a0c97e561
commit 56176b2539
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
=== 1.12.0 2014-05-21
* 1 major enhancement:
* Support for cards for recipients.
=== 1.11.0 2014-04-09
* 2 minor enhancements:

View File

@ -1 +1 @@
1.11.0
1.12.0

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.11.0'
VERSION = '1.12.0'
end