Skip to content

Commit c8b1ce1

Browse files
committed
Updated version to 2.1.0
1 parent 6670567 commit c8b1ce1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cmdotcom/text-sdk-php",
33
"description": "PHP SDK to send messages with CM.com",
44
"type": "library",
5-
"version": "2.0.6",
5+
"version": "2.1.0",
66
"keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter"],
77
"homepage": "https://www.cm.com/products/text/",
88
"license": "MIT",

src/CMText/TextClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class TextClient implements ITextClient
3232
/**
3333
* SDK Version constant
3434
*/
35-
const VERSION = '2.0.6';
35+
const VERSION = '2.1.0';
3636

3737

3838
/**

0 commit comments

Comments
 (0)