diff --git a/composer.json b/composer.json index c3c9aa5d..3431c4bb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "messagebird/php-rest-api", "description": "MessageBird REST API client for PHP", - "version": "1.1.3", + "version": "1.1.4", "type": "library", "homepage": "https://github.com/messagebird/php-rest-api", "license": "BSD-2-Clause", diff --git a/src/MessageBird/Client.php b/src/MessageBird/Client.php index 9c472214..e1aa61f2 100644 --- a/src/MessageBird/Client.php +++ b/src/MessageBird/Client.php @@ -12,7 +12,7 @@ class Client const ENDPOINT = 'https://rest.messagebird.com'; - const CLIENT_VERSION = '1.1.3'; + const CLIENT_VERSION = '1.1.4'; /** * @var string