We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1081ec8 commit 9f994adCopy full SHA for 9f994ad
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "messagebird/php-rest-api",
3
"description": "MessageBird REST API client for PHP",
4
- "version": "1.1.3",
+ "version": "1.1.4",
5
"type": "library",
6
"homepage": "https://github.com/messagebird/php-rest-api",
7
"license": "BSD-2-Clause",
src/MessageBird/Client.php
@@ -12,7 +12,7 @@ class Client
12
13
const ENDPOINT = 'https://rest.messagebird.com';
14
15
- const CLIENT_VERSION = '1.1.3';
+ const CLIENT_VERSION = '1.1.4';
16
17
/**
18
* @var string
0 commit comments