From 1768a4891a969412c989490e3e2603282c09e33e Mon Sep 17 00:00:00 2001 From: Robbert Schreuder Hes Date: Wed, 27 May 2015 10:58:35 +0200 Subject: [PATCH] Release 1.2.3 --- composer.json | 2 +- src/Mollie/API/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index a47763b6..ffe9c232 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mollie/mollie-api-php", - "version": "1.2.2", + "version": "1.2.3", "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 a5e58ccb..9a110051 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.2"; + const CLIENT_VERSION = "1.2.3"; /** * Endpoint of the remote API.