Bump version for 0.12.2

This commit is contained in:
Nick O'Leary 2015-11-28 20:32:19 +00:00
parent 11d75ff581
commit 3d5ed840dc
1 changed files with 23 additions and 23 deletions

View File

@ -1,6 +1,6 @@
{
"name" : "node-red",
"version" : "0.12.1",
"version" : "0.12.2",
"description" : "A visual tool for wiring the Internet of Things",
"homepage" : "http://nodered.org",
"license" : "Apache-2.0",
@ -25,35 +25,35 @@
"editor", "messaging", "iot", "m2m", "pi", "arduino", "beaglebone", "ibm", "flow"
],
"dependencies": {
"express": "4.13.3",
"body-parser": "1.14.1",
"when": "3.7.4",
"basic-auth": "1.0.3",
"bcryptjs": "2.3.0",
"nopt": "3.0.4",
"mqtt": "1.4.3",
"ws": "0.8.0",
"fs-extra": "0.26.0",
"clone": "1.0.2",
"mustache": "2.2.0",
"cron":"1.0.9",
"raw-body":"2.1.4",
"xml2js":"0.4.13",
"sentiment":"0.2.3",
"follow-redirects":"0.0.7",
"cors":"2.7.1",
"body-parser": "1.14.1",
"cheerio":"0.19.0",
"uglify-js":"2.5.0",
"on-headers":"1.0.1",
"clone": "1.0.2",
"cors":"2.7.1",
"cron":"1.0.9",
"express": "4.13.3",
"follow-redirects":"0.0.7",
"fs-extra": "0.26.0",
"fs.notify":"0.0.4",
"i18next":"1.10.5",
"is-utf8":"0.2.0",
"media-typer": "0.3.0",
"fs.notify":"0.0.4",
"mqtt": "1.4.3",
"mustache": "2.2.0",
"nopt": "3.0.4",
"oauth2orize":"1.1.0",
"on-headers":"1.0.1",
"passport":"0.3.0",
"passport-http-bearer":"1.0.1",
"passport-oauth2-client-password":"0.1.2",
"oauth2orize":"1.1.0",
"i18next":"1.10.5",
"raw-body":"2.1.4",
"semver": "5.0.3",
"basic-auth": "1.0.3",
"sentiment":"0.2.3",
"uglify-js":"2.5.0",
"when": "3.7.4",
"ws": "0.8.0",
"xml2js":"0.4.13",
"node-red-node-feedparser":"0.1.*",
"node-red-node-email":"0.1.*",
"node-red-node-twitter":"0.1.*",
@ -85,6 +85,6 @@
"supertest": "1.1.0"
},
"engines": {
"node": ">=0.8 <=0.12"
"node": ">=0.10"
}
}