Skip to content

Commit 3982a69

Browse files
committed
Bump version and set as pre-release
1 parent 1339f55 commit 3982a69

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = "1.1.5";
1+
module.exports = "1.1.6-pre";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/dagre",
3-
"version": "1.1.5",
3+
"version": "1.1.6-pre",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <[email protected]>",
66
"contributors": [
@@ -49,4 +49,4 @@
4949
"type": "git",
5050
"url": "https://github.com/dagrejs/dagre.git"
5151
}
52-
}
52+
}

0 commit comments

Comments
 (0)