We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bb8a2b commit 8c372eeCopy full SHA for 8c372ee
2 files changed
lib/version.js
@@ -1 +1 @@
1
-module.exports = '2.1.1';
+module.exports = '2.1.2-pre';
package.json
@@ -1,6 +1,6 @@
{
2
"name": "graphlib",
3
- "version": "2.1.1",
+ "version": "2.1.2-pre",
4
"description": "A directed and undirected multi-graph library",
5
"author": "Chris Pettitt <cpettitt@gmail.com>",
6
"main": "index.js",
@@ -39,4 +39,4 @@
39
"url": "https://github.com/cpettitt/graphlib.git"
40
},
41
"license": "MIT"
42
-}
+}
0 commit comments