From 7c3ea7cb41a800b3904070f5456bf249dde43307 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Mon, 30 Oct 2017 11:48:17 +0100 Subject: [PATCH 1/2] Version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2e7bce1b..13ff5959 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mangopay/php-sdk-v2", "description": "SDK PHP for Mangopay api V2", - "version": "2.6.3", + "version": "2.6.4", "minimum-stability": "stable", "license": "MIT", "require": { From 08cc046ce7b4c98c64269112d7bc2fb504f9bb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20POIS?= Date: Mon, 30 Oct 2017 11:48:48 +0100 Subject: [PATCH 2/2] Verson bump --- MangoPay/Libraries/RestTool.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MangoPay/Libraries/RestTool.php b/MangoPay/Libraries/RestTool.php index 68e18ecd..81d5a58b 100644 --- a/MangoPay/Libraries/RestTool.php +++ b/MangoPay/Libraries/RestTool.php @@ -9,7 +9,7 @@ */ class RestTool { - const VERSION = '2.6.3'; + const VERSION = '2.6.4'; /** * Root/parent instance that holds the OAuthToken and Configuration instance