diff --git a/package.json b/package.json index 148c7da..b808f48 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "digital-data-manager", "description": "The hassle-free way to integrate Digital Data Layer on your website.", "author": "Driveback LLC ", - "version": "1.2.33", + "version": "1.2.34", "license": "MIT", "main": "dist/dd-manager.js", "scripts": { diff --git a/src/ddManager.js b/src/ddManager.js index 00924fb..eefe23e 100644 --- a/src/ddManager.js +++ b/src/ddManager.js @@ -241,7 +241,7 @@ function _initializeIntegrations(settings) { ddManager = { - VERSION: '1.2.33', + VERSION: '1.2.34', setAvailableIntegrations: (availableIntegrations) => { _availableIntegrations = availableIntegrations;