Skip to content

Commit

Permalink
Merge pull request #438 from node-red/create-pull-request/patch
Browse files Browse the repository at this point in the history
🚀 Update to Node-RED 4.0.0 release
  • Loading branch information
knolleary authored Jun 20, 2024
2 parents 333c3f9 + 586d4e0 commit e3dc55e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.4",
"version": "4.0.0",
"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.4"
"node-red": "4.0.0"
},
"engines": {
"node": ">=18"
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "4.0.0",
"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.4"
"node-red": "4.0.0"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit e3dc55e

Please sign in to comment.