From 38ff217d558f96254e8e4092c6ec8f1dcf7cbc9f Mon Sep 17 00:00:00 2001 From: Raymond Jelierse Date: Wed, 8 May 2019 16:58:12 +0200 Subject: [PATCH] Release version 1.14.0 --- README.md | 2 +- src/MessageBird/Client.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f599162..abaeb981 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Requirements - [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account - Create a new access_key in the developers sections -- MessageBird API client for PHP requires PHP >= 5.3. +- MessageBird API client for PHP requires PHP >= 5.4. Installation ----- diff --git a/src/MessageBird/Client.php b/src/MessageBird/Client.php index 93690b8d..58cc7f62 100644 --- a/src/MessageBird/Client.php +++ b/src/MessageBird/Client.php @@ -14,7 +14,7 @@ class Client const CONVERSATIONSAPI_ENDPOINT = 'https://conversations.messagebird.com/v1'; const VOICEAPI_ENDPOINT = 'https://voice.messagebird.com'; - const CLIENT_VERSION = '1.13.0'; + const CLIENT_VERSION = '1.14.0'; /** * @var string