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 Aug 15, 2024
1 parent 380d5ef commit 8aecb69
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.4';
module.exports = '2.2.5-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.4",
"version": "2.2.5-pre",
"description": "A directed and undirected multi-graph library",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"license": "MIT",
Expand Down Expand Up @@ -47,4 +47,4 @@
"type": "git",
"url": "https://github.com/dagrejs/graphlib.git"
}
}
}

0 comments on commit 8aecb69

Please sign in to comment.