We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20ab62d commit 7b4ae4aCopy full SHA for 7b4ae4a
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "messagebird/php-rest-api",
3
"description": "MessageBird REST API client for PHP",
4
- "version": "1.3.2",
+ "version": "1.4.0",
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.3.2';
+ const CLIENT_VERSION = '1.4.0';
16
17
/**
18
* @var string
0 commit comments