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