From 3cff3140b508c2d6f9748cb71d9a1bf537b4ee09 Mon Sep 17 00:00:00 2001 From: mac- Date: Sun, 20 Sep 2015 10:42:07 -0600 Subject: [PATCH] ticking version for using new hapi/node versions --- README.md | 3 ++- package.json | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b9b911c..e21c67c 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ server.statsd.set('your.set', 200); ## Version Compatibility -### Currently compatible with: Hapi 9.x.x +### Currently compatible with: Hapi 10.x.x (Node v4) * 0.1.x - Hapi 1.x.x * 0.2.x - Hapi 3.x.x @@ -120,6 +120,7 @@ server.statsd.set('your.set', 200); * 1.1.x - Hapi 7.x.x * 1.2.x - Hapi 8.x.x * 2.x.x - Hapi 9.x.x +* 3.x.x - Hapi 10.x.x (Node v4) # License diff --git a/package.json b/package.json index 24ab9e5..45b6094 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "contributors": [ "Mac Angell " ], - "version": "2.0.0", + "version": "3.0.0", "dependencies": { "statsd-client": "0.x.x", "eidetic": "0.x.x", @@ -16,12 +16,12 @@ "travis-cov": "0.x.x", "blanket": "1.x.x", "node-dependencies": "0.x.x", - "hapi": "^9.0.0", + "hapi": "^10.0.0", "coveralls": "2.x.x", "mocha-lcov-reporter": "0.x.x" }, "peerDependencies": { - "hapi": "^9.0.0" + "hapi": "^10.0.0" }, "keywords": [ "hapi", @@ -35,7 +35,7 @@ "round trip" ], "engines": { - "node": ">=0.10.0" + "node": ">=4.0.0" }, "main": "./lib/hapi-statsd.js", "repository": {