Skip to content

Commit 423f276

Browse files
author
marcel corso gonzalez
authored
Merge pull request #91 from rjelierse/release-1.14.0
Release version 1.14.0
2 parents 1f7a466 + 38ff217 commit 423f276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Requirements
1111

1212
- [Sign up](https://www.messagebird.com/en/signup) for a free MessageBird account
1313
- Create a new access_key in the developers sections
14-
- MessageBird API client for PHP requires PHP >= 5.3.
14+
- MessageBird API client for PHP requires PHP >= 5.4.
1515

1616
Installation
1717
-----

src/MessageBird/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Client
1414
const CONVERSATIONSAPI_ENDPOINT = 'https://conversations.messagebird.com/v1';
1515
const VOICEAPI_ENDPOINT = 'https://voice.messagebird.com';
1616

17-
const CLIENT_VERSION = '1.13.0';
17+
const CLIENT_VERSION = '1.14.0';
1818

1919
/**
2020
* @var string

0 commit comments

Comments
 (0)