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 15f589e commit 6bf6e73
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
@@ -1 +1 @@
module.exports = "1.1.1";
module.exports = "1.1.2-pre";
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@dagrejs/dagre",
"version": "1.1.1",
"version": "1.1.2-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 6bf6e73

Please sign in to comment.