From f1b74dd7202b1314c8c8729be5b32dc7c3f5427d Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Fri, 3 Jun 2022 14:17:15 +0100 Subject: [PATCH] Version 2.0.1 --- src/CloudinaryEngine.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CloudinaryEngine.php b/src/CloudinaryEngine.php index 4437a70..e9f06bd 100644 --- a/src/CloudinaryEngine.php +++ b/src/CloudinaryEngine.php @@ -29,7 +29,7 @@ class CloudinaryEngine * * @var string PACKAGE_VERSION */ - const PACKAGE_VERSION = '2.0.0'; + const PACKAGE_VERSION = '2.0.1'; public const ASSET_ID = 'asset_id'; public const PUBLIC_ID = 'public_id';