Skip to content

Commit 8c372ee

Browse files
committed
Bump version and set as pre-release
1 parent 9bb8a2b commit 8c372ee

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 = '2.1.1';
1+
module.exports = '2.1.2-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": "2.1.1",
3+
"version": "2.1.2-pre",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <cpettitt@gmail.com>",
66
"main": "index.js",
@@ -39,4 +39,4 @@
3939
"url": "https://github.com/cpettitt/graphlib.git"
4040
},
4141
"license": "MIT"
42-
}
42+
}

0 commit comments

Comments
 (0)