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 45d7dae commit 123998eCopy full SHA for 123998e
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "messagebird/php-rest-api",
3
"description": "MessageBird REST API client for PHP",
4
- "version": "1.4.0",
+ "version": "1.4.1",
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.4.0';
+ const CLIENT_VERSION = '1.4.1';
16
17
/**
18
* @var string
0 commit comments