Bump version to 1.19.1

This commit is contained in:
Brian Krausz 2015-02-18 12:42:36 -08:00
parent cedc3bbad5
commit f76b5c7889
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
=== 1.19.1 2015-02-18
* Fixed fetching upcoming invoice/paying invoice methods
=== 1.19.0 2015-02-15
* Support for new Transfers /reversals endpoint

View File

@ -1 +1 @@
1.19.0
1.19.1

View File

@ -1,3 +1,3 @@
module Stripe
VERSION = '1.19.0'
VERSION = '1.19.1'
end