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 Sep 11, 2023
1 parent 7e55ec5 commit 1373f59
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 = "1.0.4";
module.exports = "1.0.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/dagre",
"version": "1.0.4",
"version": "1.0.5-pre",
"description": "Graph layout for JavaScript",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -50,4 +50,4 @@
"type": "git",
"url": "https://github.com/dagrejs/dagre.git"
}
}
}

0 comments on commit 1373f59

Please sign in to comment.