Skip to content

Commit

Permalink
Merge pull request #132 from cloudinary-community/fix/package-version
Browse files Browse the repository at this point in the history
fix: update package version
  • Loading branch information
joshmanders authored Sep 25, 2024
2 parents 3b350e7 + 5a5e4d4 commit f5c9ca2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CloudinaryEngine.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class CloudinaryEngine
*
* @var string PACKAGE_VERSION
*/
const PACKAGE_VERSION = '2.0.2';
const PACKAGE_VERSION = '2.2.2';

public const ASSET_ID = 'asset_id';
public const PUBLIC_ID = 'public_id';
Expand Down Expand Up @@ -105,8 +105,8 @@ public function setUserPlatform(): void
}

/**
* Set Analytics
*/
* Set Analytics
*/
public function setAnalytics(): void
{
Analytics::sdkCode('W');
Expand Down

0 comments on commit f5c9ca2

Please sign in to comment.