Skip to content

Commit bdbe857

Browse files
committed
Bump version and set as pre-release
1 parent 52db02f commit bdbe857

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
module.exports = '1.0.5';
1+
module.exports = '1.0.6-pre';

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphlib",
3-
"version": "1.0.5",
3+
"version": "1.0.6-pre",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <cpettitt@gmail.com>",
66
"main": "index.js",
@@ -36,4 +36,4 @@
3636
"url": "https://github.com/cpettitt/graphlib.git"
3737
},
3838
"license": "MIT"
39-
}
39+
}

0 commit comments

Comments
 (0)