From 474181783d7f42ab06f00b30a011a7338e21ac19 Mon Sep 17 00:00:00 2001 From: mac- Date: Tue, 28 Oct 2014 15:55:59 -0600 Subject: [PATCH] upgrading version of hapi --- README.md | 3 ++- package.json | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ef0609..7333293 100644 --- a/README.md +++ b/README.md @@ -164,5 +164,6 @@ Ratify automatically generates routes that produce JSON in the format of the [Sw * 0.2.x - Hapi 1.x.x * 0.3.x - Don't use! * 0.4.x - Hapi 4.x.x -* 0.5.x - Hapi 6.x.x +* 0.6.x - Hapi 6.x.x +* 0.7.x - Hapi 7.x.x diff --git a/package.json b/package.json index 71ef8b3..14a40d8 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "contributors": [ "Mac Angell " ], - "version": "0.6.6", + "version": "0.7.0", "dependencies": { "underscore": "1.x.x", "hoek": "2.x.x", @@ -21,11 +21,11 @@ "coveralls": "2.x.x", "mocha-lcov-reporter": "0.x.x", "node-dependencies": "0.x.x", - "hapi": "6.x.x", + "hapi": "7.x.x", "catbox-memory": "1.x.x" }, "peerDependencies": { - "hapi": "6.x.x" + "hapi": "7.x.x" }, "keywords": [ "hapi",