Skip to content

Commit 19cd7c0

Browse files
committed
Bump version and set as pre-release
1 parent 3a37690 commit 19cd7c0

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 = '2.2.3';
1+
module.exports = '2.2.4-pre';

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/graphlib",
3-
"version": "2.2.3",
3+
"version": "2.2.4-pre",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <[email protected]>",
66
"license": "MIT",
@@ -47,4 +47,4 @@
4747
"type": "git",
4848
"url": "https://github.com/dagrejs/graphlib.git"
4949
}
50-
}
50+
}

0 commit comments

Comments
 (0)