Bump for 1.0.0-beta.3

This commit is contained in:
Nick O'Leary
2019-08-22 11:09:55 +01:00
parent 18aeeab041
commit 28bda9fa41
9 changed files with 106 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "1.0.0-beta.2",
"@node-red/runtime": "1.0.0-beta.2",
"@node-red/util": "1.0.0-beta.2",
"@node-red/nodes": "1.0.0-beta.2",
"@node-red/editor-api": "1.0.0-beta.3",
"@node-red/runtime": "1.0.0-beta.3",
"@node-red/util": "1.0.0-beta.3",
"@node-red/nodes": "1.0.0-beta.3",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.17.1",