Skip to content

Commit

Permalink
Merge pull request #20 from asad-rafter/CLD-305-bump-version
Browse files Browse the repository at this point in the history
cartridge version bump
  • Loading branch information
yuval-cloudinary committed Jun 24, 2024
2 parents 02052e4 + f66f3c6 commit 569b199
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,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 = '24.2.2';
CloudinaryConstants.CLD_SFCC_VERSION = '24.2.3';
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.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "int_cloudinary_sfra",
"version": "24.2.2",
"version": "24.2.3",
"description": "Cloudinary Cartridge For Images",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 569b199

Please sign in to comment.