From 9deed4d4f0130d0060750b58833a9c3e6b9e6061 Mon Sep 17 00:00:00 2001 From: Tim Bormans Date: Wed, 27 Jan 2016 14:59:35 +0100 Subject: [PATCH] Bump version to 0.5.1 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 255b2b5..5661324 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histograph-api", - "version": "0.5.0", + "version": "0.5.1", "description": "API for Histograph", "main": "./index.js", "dependencies": { @@ -10,10 +10,10 @@ "elasticsearch": "^8.2.0", "express": "^4.13.3", "highland": "^2.5.1", - "histograph-config": "git+https://github.com/histograph/config#v0.5.0", - "histograph-io": "git+https://github.com/histograph/io#v0.5.0", - "histograph-schemas": "git+https://github.com/histograph/schemas#v0.5.0", - "histograph-stats": "git+https://github.com/histograph/stats#v0.5.0", + "histograph-config": "git+https://github.com/histograph/config#v0.5.1", + "histograph-io": "git+https://github.com/histograph/io#v0.5.1", + "histograph-schemas": "git+https://github.com/histograph/schemas#v0.5.1", + "histograph-stats": "git+https://github.com/histograph/stats#v0.5.1", "histograph-uri-normalizer": "git+https://github.com/histograph/uri-normalizer#v0.5.0", "is-my-json-valid": "^2.12.0", "neo4j": "^2.0.0-alpha5",