Skip to content

Commit

Permalink
Merge pull request #30 from asad-rafter/CLD-323-bump-version
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
yuval-cloudinary authored Sep 18, 2024
2 parents 7454cb8 + f441951 commit 2fafb19
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.4';
CloudinaryConstants.CLD_SFCC_VERSION = '24.2.5';
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.4",
"version": "24.2.5",
"description": "Cloudinary Cartridge For Images",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2fafb19

Please sign in to comment.