We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47820d commit f123f16Copy full SHA for f123f16
2 files changed
lib/version.js
@@ -1 +1 @@
1
-module.exports = '1.0.2';
+module.exports = '1.0.3-pre';
package.json
@@ -1,6 +1,6 @@
{
2
"name": "graphlib",
3
- "version": "1.0.2",
+ "version": "1.0.3-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