Skip to content

Commit f123f16

Browse files
committed
Bump version and set as pre-release
1 parent e47820d commit f123f16

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.2';
1+
module.exports = '1.0.3-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.2",
3+
"version": "1.0.3-pre",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <cpettitt@gmail.com>",
66
"main": "index.js",
@@ -35,4 +35,4 @@
3535
"url": "https://github.com/cpettitt/graphlib.git"
3636
},
3737
"license": "MIT"
38-
}
38+
}

0 commit comments

Comments
 (0)