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 Apr 11, 2024
1 parent c5204f4 commit e6d4c7f
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.1.2";
module.exports = "1.1.3-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.1.2",
"version": "1.1.3-pre",
"description": "Graph layout for JavaScript",
"author": "Chris Pettitt <cpettitt@gmail.com>",
"contributors": [
Expand Down Expand Up @@ -49,4 +49,4 @@
"type": "git",
"url": "https://github.com/dagrejs/dagre.git"
}
}
}

0 comments on commit e6d4c7f

Please sign in to comment.