Bump version to 1.33.1

This commit is contained in:
Brandur 2016-01-21 15:16:34 -08:00
parent 89cf6071b7
commit 03086b8086
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.33.1 2016-01-21
* Pass through arguments of `Charge#refund`
=== 1.33.0 2016-01-19
* Re-implement `Charge#refund` helper to use the modern endpoint suggested by docs

View File

@ -1 +1 @@
1.33.0
1.33.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.33.0'
VERSION = '1.33.1'
end