Skip to content

Commit ee86066

Browse files
committed
Version bump to 1.1.2
1 parent 787cdce commit ee86066

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "messagebird/php-rest-api",
33
"description": "MessageBird REST API client for PHP",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"type": "library",
66
"homepage": "https://github.com/messagebird/php-rest-api",
77
"license": "BSD-2-Clause",

src/MessageBird/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Client
1212

1313
const ENDPOINT = 'https://rest.messagebird.com';
1414

15-
const CLIENT_VERSION = '1.1.1';
15+
const CLIENT_VERSION = '1.1.2';
1616

1717
/**
1818
* @var string

0 commit comments

Comments
 (0)