Skip to content

Commit

Permalink
bump 4beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed May 15, 2024
1 parent acb64a7 commit daa7815
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.2",
"version": "4.0.0-beta.3",
"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.2"
"node-red": "4.0.0-beta.3"
},
"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.2",
"version": "4.0.0-beta.3",
"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.2"
"node-red": "4.0.0-beta.3"
},
"engines": {
"node": ">=18"
Expand Down

0 comments on commit daa7815

Please sign in to comment.