Skip to content

Commit 1990c08

Browse files
committed
Bump version and set as pre-release
1 parent 05534b7 commit 1990c08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mjs-lib/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default "1.1.0";
1+
export default "1.1.1-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.0",
3+
"version": "1.1.1-pre",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <[email protected]>",
66
"contributors": [
@@ -61,4 +61,4 @@
6161
"type": "git",
6262
"url": "https://github.com/dagrejs/dagre.git"
6363
}
64-
}
64+
}

0 commit comments

Comments
 (0)