Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-stripe committed May 22, 2014
1 parent 7d5fb23 commit 0bba3d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
=== 1.14.1 2014-05-21

* Support cards for recipients.

=== 1.13.1 2014-05-15

* Fix bug in account resource where `id` wasn't in the result
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.1
1.14.1
2 changes: 1 addition & 1 deletion lib/Stripe/Stripe.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ abstract class Stripe
* @var boolean Defaults to true.
*/
public static $verifySslCerts = true;
const VERSION = '1.13.0';
const VERSION = '1.14.1';

/**
* @return string The API key used for requests.
Expand Down

0 comments on commit 0bba3d7

Please sign in to comment.