diff --git a/composer.json b/composer.json index 199e4fd..ae7d816 100755 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "license": "MIT", "homepage": "http://github.com/paypal/PAYOUTS-PHP-SDK/", "require": { - "paypal/paypalhttp": "~1.0.0" + "paypal/paypalhttp": "~1.0.1" }, "authors": [ { diff --git a/lib/PaypalPayoutsSDK/Core/Version.php b/lib/PaypalPayoutsSDK/Core/Version.php index 3a6a4d2..39c2405 100755 --- a/lib/PaypalPayoutsSDK/Core/Version.php +++ b/lib/PaypalPayoutsSDK/Core/Version.php @@ -4,5 +4,5 @@ class Version { - const VERSION = "1.0.1"; + const VERSION = "1.0.2"; }