diff --git a/composer.json b/composer.json index ab579389..a47763b6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mollie/mollie-api-php", - "version": "1.2.1", + "version": "1.2.2", "description": "Mollie API client library for PHP", "homepage": "https://github.com/mollie/mollie-api-php", "license": "BSD-2-Clause", diff --git a/src/Mollie/API/Client.php b/src/Mollie/API/Client.php index 3966f5b4..a5e58ccb 100644 --- a/src/Mollie/API/Client.php +++ b/src/Mollie/API/Client.php @@ -34,7 +34,7 @@ class Mollie_API_Client /** * Version of our client. */ - const CLIENT_VERSION = "1.2.1"; + const CLIENT_VERSION = "1.2.2"; /** * Endpoint of the remote API.