Skip to content

Commit

Permalink
Bump version and set as pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
rustedgrail committed Mar 15, 2024
1 parent 7544985 commit fe61e39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '2.2.1';
module.exports = '2.2.2-pre';
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dagrejs/graphlib",
"version": "2.2.1",
"version": "2.2.2-pre",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/dagrejs/graphlib.git"
}
}
}

0 comments on commit fe61e39

Please sign in to comment.