diff --git a/API.md b/API.md index 146eb4d8a..7c570898f 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 15.0.3 API Reference +# 15.1.0 API Reference diff --git a/README.md b/README.md index 00ffbff21..75d282efe 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/v15.1.0/API.md). ## Example diff --git a/package.json b/package.json index fa5e8bdb8..a01687b29 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@hapi/joi", "description": "Object schema validation", - "version": "15.0.3", + "version": "15.1.0", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",