Bump version to 2.0.3

This commit is contained in:
Brandur 2017-03-16 13:03:27 -07:00
parent bb53b3e63f
commit c9a3c7933b
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 2.0.3 2017-03-16
* Fix marshalling of `StripeObjects` that have an embedded client
=== 2.0.2 2017-03-16
* Fix bad field reference when recovering from a JSON parsing problem

View File

@ -1 +1 @@
2.0.2
2.0.3

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '2.0.2'
VERSION = '2.0.3'
end