Skip to content

Commit f605aec

Browse files
author
Sam Wierema
committed
Bump the version to 1.3.0
1 parent d1ac318 commit f605aec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ Installation
1919
####Composer installation
2020

2121
- [Download composer](https://getcomposer.org/doc/00-intro.md#installation-nix)
22-
- Add the `"messagebird/php-rest-api": "1.2.x"` into the `require` section of your `composer.json`.
22+
- Add the `"messagebird/php-rest-api": "1.3.x"` into the `require` section of your `composer.json`.
2323
- Run `composer install`.
2424

2525
```
2626
{
2727
"require": {
28-
"messagebird/php-rest-api": "1.2.x"
28+
"messagebird/php-rest-api": "1.3.x"
2929
}
3030
}
3131
```

composer.json

Lines changed: 1 addition & 1 deletion
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.2.0",
4+
"version": "1.3.0",
55
"type": "library",
66
"homepage": "https://github.com/messagebird/php-rest-api",
77
"license": "BSD-2-Clause",

src/MessageBird/Client.php

Lines changed: 1 addition & 1 deletion
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.2.0';
15+
const CLIENT_VERSION = '1.3.0';
1616

1717
/**
1818
* @var string

0 commit comments

Comments
 (0)