From 1096a8cf288269a7a91a2a0b8b6b8bb5d9e017c2 Mon Sep 17 00:00:00 2001 From: Rick Wong Date: Mon, 23 Jun 2014 16:26:14 +0200 Subject: [PATCH] Update composer file. --- 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 397a6720..7ff8b3c0 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "mollie/mollie-api-php", - "version": "1.1.4", + "version": "1.1.5", "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 b5606249..5ff5fbfd 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.1.4"; + const CLIENT_VERSION = "1.1.5"; /** * Endpoint of the remote API.