We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4381d0a + e4375f1 commit 8db0f0dCopy full SHA for 8db0f0d
2 files changed
composer.json
@@ -1,7 +1,7 @@
1
{
2
"name": "getstream/getstream-php",
3
"description": "PHP SDK for GetStream API",
4
- "version": "v2.1.0",
+ "version": "v3.0.0",
5
"type": "library",
6
"license": "MIT",
7
"authors": [
src/Constant.php
@@ -6,5 +6,5 @@
class Constant
8
9
- public const VERSION = '2.1.0';
+ public const VERSION = '3.0.0';
10
}
0 commit comments