Skip to content

Commit

Permalink
Merge pull request #418 from hardillb/dev
Browse files Browse the repository at this point in the history
Set version for beta.1 release
  • Loading branch information
knolleary authored Mar 14, 2024
2 parents 3c584e8 + 30d8828 commit 77967a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docker-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-docker",
"version": "4.0.0-beta.0",
"version": "4.0.0-beta.1",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
}
],
"dependencies": {
"node-red": "4.0.0-beta.0"
"node-red": "4.0.0-beta.1"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-docker",
"version": "3.1.3",
"version": "4.0.0-beta.1",
"description": "Low-code programming for event-driven applications",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
}
],
"dependencies": {
"node-red": "3.1.3"
"node-red": "4.0.0-beta.1"
},
"engines": {
"node": ">=14"
"node": ">=18"
}
}

0 comments on commit 77967a8

Please sign in to comment.