From d8fbebb49b7b41c989d0838a8209171984e3415b Mon Sep 17 00:00:00 2001 From: Eran Hammer Date: Tue, 11 Jun 2019 12:31:20 -0700 Subject: [PATCH] 16.0.0-0 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00ffbff21..0908bd092 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.3/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v16.0.0-0/API.md). ## Example diff --git a/package.json b/package.json index c8034559c..0e2b3082e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/joi", "description": "Object schema validation", - "version": "15.0.3", + "version": "16.0.0-0", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",