From 8e85ed2fdae681a610eab95bd962641a64d95dd1 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sat, 1 Apr 2017 10:18:51 +0200 Subject: [PATCH] 10.3.4 --- 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 bf6d8697c..bd04e70de 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 10.3.3 API Reference +# 10.3.4 API Reference diff --git a/README.md b/README.md index 2ce5dd194..f5b7e26ab 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ 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/v10.3.3/API.md). +See the [API Reference](https://github.com/hapijs/joi/blob/v10.3.4/API.md). # Browsers diff --git a/package.json b/package.json index 57ce393c6..aed7274c0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "10.3.3", + "version": "10.3.4", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",