Skip to content

Commit

Permalink
Updated version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Verbaken committed Dec 31, 2024
1 parent 9a45c13 commit 07c89c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A software development kit to provide ways to interact with CM.com's Text servic

### Requirements

- php 7.* or 8.0 or 8.1 or 8.2 or 8.3
- php 7.1 through 8.4 (inclusive)


## Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "cmdotcom/text-sdk-php",
"description": "PHP SDK to send messages with CM.com",
"type": "library",
"version": "2.3.1",
"version": "3.0.0",
"keywords": ["sms","cm.com","rcs","whatsapp","viber","line","wechat","imessage","twitter","instagram"],
"homepage": "https://www.cm.com/products/text/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/CMText/TextClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class TextClient implements ITextClient
/**
* SDK Version constant
*/
const VERSION = '2.3.1';
const VERSION = '3.0.0';


/**
Expand Down

0 comments on commit 07c89c1

Please sign in to comment.