diff --git a/lib/version.js b/lib/version.js index 838454b8..52cc48d3 100644 --- a/lib/version.js +++ b/lib/version.js @@ -1 +1 @@ -module.exports = "1.1.1"; +module.exports = "1.1.2-pre"; diff --git a/package.json b/package.json index 9105a439..45ada057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@dagrejs/dagre", - "version": "1.1.1", + "version": "1.1.2-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