From ec1bb54cf74cab8666a2b6aa377cfeefc2a8aeb5 Mon Sep 17 00:00:00 2001 From: Niels Verbaken Date: Thu, 29 Sep 2022 15:25:09 +0200 Subject: [PATCH] Updated version to 2.2.0 --- composer.json | 4 ++-- src/CMText/TextClient.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4f6bb31..3e8a30d 100644 --- a/composer.json +++ b/composer.json @@ -2,8 +2,8 @@ "name": "cmdotcom/text-sdk-php", "description": "PHP SDK to send messages with CM.com", "type": "library", - "version": "2.1.2", - "keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter"], + "version": "2.2.0", + "keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter","instagram"], "homepage": "https://www.cm.com/products/text/", "license": "MIT", "authors": [ diff --git a/src/CMText/TextClient.php b/src/CMText/TextClient.php index bda0f43..f498536 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.2'; + const VERSION = '2.2.0'; /**