diff --git a/composer.json b/composer.json index e671140..4f6bb31 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "cmdotcom/text-sdk-php", "description": "PHP SDK to send messages with CM.com", "type": "library", - "version": "2.1.1", + "version": "2.1.2", "keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter"], "homepage": "https://www.cm.com/products/text/", "license": "MIT", diff --git a/src/CMText/TextClient.php b/src/CMText/TextClient.php index 29efe89..bda0f43 100644 --- a/src/CMText/TextClient.php +++ b/src/CMText/TextClient.php @@ -32,7 +32,7 @@ class TextClient implements ITextClient /** * SDK Version constant */ - const VERSION = '2.1.1'; + const VERSION = '2.1.2'; /**