From c711c73bb6451f123d02af3677e9c2fd017fd6cb Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Sun, 12 Nov 2017 21:16:34 +0100 Subject: [PATCH] 13.0.2 --- 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 f65e0f981..0f265da97 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 13.0.1 API Reference +# 13.0.2 API Reference diff --git a/README.md b/README.md index 2a994a411..80929e6e5 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Imagine you run facebook and you want visitors to sign up on the website with re This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript objects (an object that stores information) to ensure *validation* of key information. # API -See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.0.1/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v13.0.2/API.md). # Example diff --git a/package.json b/package.json index 6dda61462..c79dac726 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "13.0.1", + "version": "13.0.2", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",