Skip to content

Commit

Permalink
Merge pull request #161 from Mangopay/version-bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
mickaelpois authored Jul 5, 2017
2 parents b7fd040 + e5f33bc commit 95264b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MangoPay/Libraries/RestTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
class RestTool
{
const VERSION = '2.5.2';
const VERSION = '2.5.3';

/**
* Root/parent instance that holds the OAuthToken and Configuration instance
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mangopay/php-sdk-v2",
"description": "SDK PHP for Mangopay api V2",
"version": "2.5.2",
"version": "2.5.3",
"minimum-stability": "stable",
"license": "MIT",
"require": {
Expand Down

0 comments on commit 95264b9

Please sign in to comment.