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",