From 959f234ae26b303034ab0930c72c9b73562a1e83 Mon Sep 17 00:00:00 2001 From: Tim Bormans Date: Wed, 27 Jan 2016 14:37:06 +0100 Subject: [PATCH] Bump version to 0.5.1 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 255e210..7f777a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histograph-stats", - "version": "0.5.0", + "version": "0.5.1", "description": "Executes set of queries and writes results to Redis", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "cron": "^1.0.9", "express": "^4.13.1", "highland": "^2.5.1", - "histograph-config": "git+https://github.com/histograph/config#v0.5.0", + "histograph-config": "git+https://github.com/histograph/config#v0.5.1", "neo4j": "^2.0.0-RC2", "redis": "^0.12.1" },