Skip to content

Commit

Permalink
Merge pull request #313 from hardillb/dev
Browse files Browse the repository at this point in the history
Bump to 3.0.0-beta.2
  • Loading branch information
knolleary authored May 16, 2022
2 parents 79b0539 + 9f7fee0 commit 3db9afa
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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "3.0.0-beta.1"
"node-red": "3.0.0-beta.2"
},
"engines": {
"node": ">=12"
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": "3.0.0-beta.1",
"version": "3.0.0-beta.2",
"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": "3.0.0-beta.1"
"node-red": "3.0.0-beta.2"
},
"engines": {
"node": ">=12"
Expand Down

0 comments on commit 3db9afa

Please sign in to comment.