From ddaa06b085677c4ea24032cdb93df1f9b0976f42 Mon Sep 17 00:00:00 2001 From: Tim Bormans Date: Wed, 27 Jan 2016 14:53:53 +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 d53aec4..a312a8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "histograph-schemas", - "version": "0.5.0", + "version": "0.5.1", "description": "", "main": "index.js", "repository": { @@ -14,7 +14,7 @@ "dependencies": { "n3": "^0.4.2", "fuzzy-dates": "git+https://github.com/histograph/fuzzy-dates#v0.5.0", - "histograph-config": "git+https://github.com/histograph/config#v0.5.0" + "histograph-config": "git+https://github.com/histograph/config#v0.5.1" }, "devDependencies": { "mocha": "^2.2.1",