diff --git a/lib/version.js b/lib/version.js index 47fa6f50..3cd2967a 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = "1.1.3"; +module.exports = "1.1.4-pre"; diff --git a/package.json b/package.json index 451f50a5..8eaa3767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/dagre", - "version": "1.1.3", + "version": "1.1.4-pre", "description": "Graph layout for JavaScript", "author": "Chris Pettitt ", "contributors": [ @@ -49,4 +49,4 @@ "type": "git", "url": "https://github.com/dagrejs/dagre.git" } -} +} \ No newline at end of file