Skip to content

Commit

Permalink
version 1.2.103 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed May 8, 2018
1 parent 091f1a7 commit 6a986c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "digital-data-manager",
"description": "The hassle-free way to integrate Digital Data Layer on your website.",
"author": "Driveback LLC <opensource@driveback.ru>",
"version": "1.2.102",
"version": "1.2.103",
"license": "MIT",
"main": "dist/dd-manager.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ddManager.js
Expand Up @@ -210,7 +210,7 @@ function _initializeCustomEnrichments(settings) {

const ddManager = {

VERSION: '1.2.102',
VERSION: '1.2.103',

setAvailableIntegrations: (availableIntegrations) => {
IntegrationsLoader.setAvailableIntegrations(availableIntegrations);
Expand Down

0 comments on commit 6a986c9

Please sign in to comment.