Skip to content

Commit

Permalink
Merge pull request #9 from asad-rafter/CLD-262-Bump-version-and-Relea…
Browse files Browse the repository at this point in the history
…se-notes

updated the versions
  • Loading branch information
yuval-cloudinary authored Dec 18, 2023
2 parents d58560d + e117245 commit d541627
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ CloudinaryConstants.CLD_LIBRARY_VIDEO_ENABLED = 1;
CloudinaryConstants.CLD_LIBRARY_VIDEO_PLAYER_ENABLED = 1;
CloudinaryConstants.CLD_SFCC_INTEGRATION = 'cloudinary_sfcc_integration';
CloudinaryConstants.CLD_SFCC_PLATFORM = 'sfcc_' + System.compatibilityMode;
CloudinaryConstants.CLD_SFCC_VERSION = '2.1';
CloudinaryConstants.CLD_SFCC_VERSION = '2.2.0';
CloudinaryConstants.CLD_SFCC_ENVIRONMENT = System.instanceType === System.PRODUCTION_SYSTEM || System.instanceType === System.STAGING_SYSTEM ? 'production' : 'development';

// Cloudinary cartridge modes
Expand Down
Binary file modified metadata/cloudinary-metadata.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "int_cloudinary_sfra",
"version": "22.1.0",
"version": "2.2.0",
"description": "Cloudinary Cartridge For Images",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d541627

Please sign in to comment.