From 31088722970cafdbf41365cdfa9148df8ac179d4 Mon Sep 17 00:00:00 2001 From: Nicolas Morel Date: Mon, 13 May 2019 10:05:46 +0200 Subject: [PATCH] 15.0.3 --- 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 0b939bbca..146eb4d8a 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 15.0.2 API Reference +# 15.0.3 API Reference diff --git a/README.md b/README.md index 606dcc7d7..00ffbff21 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is joi, joi allows you to create *blueprints* or *schemas* for JavaScript o ``` ## API -See the detailed [API Reference](https://github.com/hapijs/joi/blob/v15.0.2/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v15.0.3/API.md). ## Example diff --git a/package.json b/package.json index cca557614..5ac4bfa7f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/joi", "description": "Object schema validation", - "version": "15.0.2", + "version": "15.0.3", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",