Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ConstantineYurevich committed Mar 27, 2017
1 parent 22f0447 commit b019295
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.22",
"version": "1.2.23",
"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 @@ -239,7 +239,7 @@ function _initializeIntegrations(settings) {

ddManager = {

VERSION: '1.2.22',
VERSION: '1.2.23',

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

0 comments on commit b019295

Please sign in to comment.