We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efbf3c4 commit fba5b9fCopy full SHA for fba5b9f
lib/version.js
@@ -1 +1 @@
1
-module.exports = '3.0.4';
+module.exports = '3.0.5-pre';
package.json
@@ -1,6 +1,6 @@
{
2
"name": "@dagrejs/graphlib",
3
- "version": "3.0.4",
+ "version": "3.0.5-pre",
4
"description": "A directed and undirected multi-graph library",
5
"author": "Chris Pettitt <cpettitt@gmail.com>",
6
"contributors": [
@@ -46,4 +46,4 @@
46
"type": "git",
47
"url": "https://github.com/dagrejs/graphlib.git"
48
}
49
-}
+}
0 commit comments