From 129ca0e39fb7d63dc68b575f36fdf24782b225c4 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Mon, 21 Mar 2016 11:02:09 +0000 Subject: [PATCH] bump version --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ee3b605fd..60c08b348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "node-red", - "version" : "0.13.3", + "version" : "0.13.4", "description" : "A visual tool for wiring the Internet of Things", "homepage" : "http://nodered.org", "license" : "Apache-2.0", @@ -34,12 +34,12 @@ "cron":"1.1.0", "express": "4.13.4", "follow-redirects":"0.0.7", - "fs-extra": "0.26.5", + "fs-extra": "0.26.7", "fs.notify":"0.0.4", "i18next":"1.10.6", "is-utf8":"0.2.1", "media-typer": "0.3.0", - "mqtt": "1.7.2", + "mqtt": "1.7.4", "mustache": "2.2.1", "nopt": "3.0.6", "oauth2orize":"1.2.2", @@ -47,10 +47,10 @@ "passport":"0.3.2", "passport-http-bearer":"1.0.1", "passport-oauth2-client-password":"0.1.2", - "raw-body":"2.1.5", + "raw-body":"2.1.6", "semver": "5.1.0", "sentiment":"1.0.6", - "uglify-js":"2.6.1", + "uglify-js":"2.6.2", "when": "3.7.7", "ws": "0.8.1", "xml2js":"0.4.16",