From 2570c4240e91f88a778b0e7ca553ad047d7b565a Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 9 Jul 2016 15:46:56 +0200 Subject: [PATCH] 9.0.0 --- API.md | 2 +- README.md | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/API.md b/API.md index 920e13596..3a9227783 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 9.0.0-9 API Reference +# 9.0.0 API Reference diff --git a/README.md b/README.md index bdead70af..3a0a42f89 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,4 @@ When validating a schema: * Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks. # API -See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0-9/API.md). +See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0/API.md). diff --git a/package.json b/package.json index c8f30d936..86258fd68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "9.0.0-9", + "version": "9.0.0", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",