Skip to content

Commit bc0f99a

Browse files
committed
Bump version and set as pre-release
1 parent 5c1c0c8 commit bc0f99a

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.3";
1+
module.exports = "1.1.4-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.3",
3+
"version": "1.1.4-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)