From e834d9e43ce966487911e8e9c6e743209fb7de3f Mon Sep 17 00:00:00 2001 From: Constantine Yurevich Date: Fri, 28 Apr 2017 18:03:08 +0300 Subject: [PATCH] version bump --- package.json | 2 +- src/ddManager.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;