Skip to content

Commit a4dde5d

Browse files
committed
Bump version and set as pre-release
1 parent fa4075a commit a4dde5d

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 = "0.6.1";
1+
module.exports = "0.6.2-pre";

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dagre",
3-
"version": "0.6.1",
3+
"version": "0.6.2-pre",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <[email protected]>",
66
"main": "index.js",
@@ -36,4 +36,4 @@
3636
"url": "https://github.com/cpettitt/dagre.git"
3737
},
3838
"license": "MIT"
39-
}
39+
}

0 commit comments

Comments
 (0)