Skip to content

Commit 32e7f30

Browse files
committed
Bump version and set as pre-release
1 parent c3ed080 commit 32e7f30

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = "3.1.1";
1+
export const version = "3.1.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": "@dagrejs/dagre",
3-
"version": "3.1.1",
3+
"version": "3.1.2-pre",
44
"description": "Graph layout for JavaScript",
55
"author": "Chris Pettitt <cpettitt@gmail.com>",
66
"contributors": [
@@ -67,4 +67,4 @@
6767
"type": "git",
6868
"url": "https://github.com/dagrejs/dagre.git"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)