From 1334abf913e664181a72d22c68592d25353a34fd Mon Sep 17 00:00:00 2001 From: hexonthebeach Date: Wed, 22 Jun 2022 12:24:27 +0200 Subject: [PATCH] Updated version to 2.1.2 --- composer.json | 2 +- src/CMText/TextClient.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'; /**