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