Skip to content

Commit f5c9ca2

Browse files
authored
Merge pull request #132 from cloudinary-community/fix/package-version
fix: update package version
2 parents 3b350e7 + 5a5e4d4 commit f5c9ca2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/CloudinaryEngine.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CloudinaryEngine
3737
*
3838
* @var string PACKAGE_VERSION
3939
*/
40-
const PACKAGE_VERSION = '2.0.2';
40+
const PACKAGE_VERSION = '2.2.2';
4141

4242
public const ASSET_ID = 'asset_id';
4343
public const PUBLIC_ID = 'public_id';
@@ -105,8 +105,8 @@ public function setUserPlatform(): void
105105
}
106106

107107
/**
108-
* Set Analytics
109-
*/
108+
* Set Analytics
109+
*/
110110
public function setAnalytics(): void
111111
{
112112
Analytics::sdkCode('W');

0 commit comments

Comments
 (0)