From 16100cae3a18444156207acc587a9bae51743611 Mon Sep 17 00:00:00 2001 From: Constantine Yurevich Date: Mon, 24 Jul 2017 15:14:23 +0300 Subject: [PATCH] version 1.2.42 bump --- package.json | 2 +- src/ddManager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7f96906..a0a2554 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.41", + "version": "1.2.42", "license": "MIT", "main": "dist/dd-manager.js", "scripts": { diff --git a/src/ddManager.js b/src/ddManager.js index 4101aab..a77671a 100644 --- a/src/ddManager.js +++ b/src/ddManager.js @@ -283,7 +283,7 @@ function _initializeCustomEnrichments(settings) { ddManager = { - VERSION: '1.2.41', + VERSION: '1.2.42', setAvailableIntegrations: (availableIntegrations) => { _availableIntegrations = availableIntegrations;