Skip to content

Commit

Permalink
version 1.2.42 bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Jul 24, 2017
1 parent 1b4dd24 commit 16100ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
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 <[email protected]>",
"version": "1.2.41",
"version": "1.2.42",
"license": "MIT",
"main": "dist/dd-manager.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/ddManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ function _initializeCustomEnrichments(settings) {

ddManager = {

VERSION: '1.2.41',
VERSION: '1.2.42',

setAvailableIntegrations: (availableIntegrations) => {
_availableIntegrations = availableIntegrations;
Expand Down

0 comments on commit 16100ca

Please sign in to comment.