From 6baaee3b7082dc0f635df2ba7657b90ab610444d Mon Sep 17 00:00:00 2001 From: Adam Kliment Date: Wed, 18 Jun 2014 13:32:54 +0200 Subject: [PATCH] Updated gavel and bumped version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9e0bfa8ad..bb94c2e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dredd", - "version": "0.3.2", + "version": "0.3.3", "description": "API Blueprint testing tool", "main": "lib/dredd.js", "bin": { @@ -15,7 +15,7 @@ "url": "https://github.com/apiaryio/dredd" }, "dependencies": { - "gavel": "~0.2.6", + "gavel": "~0.3.0", "winston": "~0.7.2", "protagonist": "~0.8.0", "uri-template": "~0.4.1",