Bump version to 1.43.1

This commit is contained in:
Brandur 2016-06-17 14:48:07 -07:00
parent ea06b1ba67
commit f2aa8c1e58
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.43.1 2016-06-17
* Fix type of resource returned from `Order#return_order`
=== 1.43.0 2016-05-20
* Allow Relay orders to be returned and add associated types

View File

@ -1 +1 @@
1.43.0
1.43.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.43.0'
VERSION = '1.43.1'
end