From: Luigi Pinca Date: Fri, 11 Jul 2014 13:51:53 +0000 (+0200) Subject: bumped redis to version 0.11.x X-Git-Url: https://git.saalbach.dev/?a=commitdiff_plain;h=a446e5ceaf3ab415d526e25b6691c7f067ca6e58;p=binbsis50.git bumped redis to version 0.11.x --- diff --git a/package.json b/package.json index 2ee757e..533594d 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "primus": "2.3.x", "primus-emitter": "3.0.x", "primus-rooms": "3.0.x", - "redis": "0.10.x", + "redis": "0.11.x", "serve-favicon": "2.0.x", "uglify-js": "2.4.x", "ws": "0.4.x" @@ -35,5 +35,5 @@ "start": "node app.js" }, "subdomain": "binb", - "version": "0.5.1-5" + "version": "0.5.1-6" }