Bump version to 1.8.4

This commit is contained in:
Sheena Pakanati 2013-07-11 17:49:03 -07:00
parent 1f1ebafe36
commit 664a63a4de
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.8.3 2013-07-11
* Add support for new cards API (Stripe API version 2013-07-05)
=== 1.8.3 2013-05-06
* 1 bugfix:

View File

@ -1 +1 @@
1.8.3
1.8.4

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.8.3'
VERSION = '1.8.4'
end