Skip to content

Commit

Permalink
cartridge version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
asad-rafter committed Jun 20, 2024
1 parent a6fc4a7 commit f66f3c6
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 f66f3c6

Please sign in to comment.