Bump to beta.1 version

This commit is contained in:
Nick O'Leary
2018-12-07 11:40:33 +00:00
parent fd20cd524e
commit 2979acd5b8
8 changed files with 68 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "0.20.0-alpha.0",
"version": "0.20.0-beta.1",
"description": "A visual tool for wiring the Internet of Things",
"homepage": "http://nodered.org",
"license": "Apache-2.0",
@@ -17,8 +17,12 @@
"node-red-pi": "bin/node-red-pi"
},
"contributors": [
{ "name": "Nick O'Leary" },
{ "name": "Dave Conway-Jones"}
{
"name": "Nick O'Leary"
},
{
"name": "Dave Conway-Jones"
}
],
"keywords": [
"editor",
@@ -27,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "0.20.0-alpha.0",
"@node-red/runtime": "0.20.0-alpha.0",
"@node-red/util": "0.20.0-alpha.0",
"@node-red/nodes": "0.20.0-alpha.0",
"@node-red/editor-api": "0.20.0-beta.1",
"@node-red/runtime": "0.20.0-beta.1",
"@node-red/util": "0.20.0-beta.1",
"@node-red/nodes": "0.20.0-beta.1",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"express": "4.16.4",