From 589bc621839aa66b4c424fda5992be3439909a75 Mon Sep 17 00:00:00 2001 From: Rick Wong Date: Mon, 10 Feb 2014 12:47:18 +0100 Subject: [PATCH] Version bumped to 1.0.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 7e2bd697..35b99d67 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mollie/mollie-api-php", - "version": "1.0.2", + "version": "1.0.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 a080dead..eb68bf37 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.0.2"; + const CLIENT_VERSION = "1.0.3"; /** * Endpoint of the remote API.