Skip to content

Commit fba5b9f

Browse files
committed
Bump version and set as pre-release
1 parent efbf3c4 commit fba5b9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/version.js

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dagrejs/graphlib",
3-
"version": "3.0.4",
3+
"version": "3.0.5-pre",
44
"description": "A directed and undirected multi-graph library",
55
"author": "Chris Pettitt <cpettitt@gmail.com>",
66
"contributors": [
@@ -46,4 +46,4 @@
4646
"type": "git",
4747
"url": "https://github.com/dagrejs/graphlib.git"
4848
}
49-
}
49+
}

0 commit comments

Comments
 (0)