Skip to content

Commit c1cf91c

Browse files
committed
Bump version and set as pre-release
1 parent fa3b536 commit c1cf91c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = "1.1.4";
1+
module.exports = "1.1.5-pre";

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/dagre",
3-
"version": "1.1.4",
3+
"version": "1.1.5-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)