diff --git a/API.md b/API.md index 2fbcb6da9..2fb7b84c3 100644 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 14.0.6 API Reference +# 14.1.0 API Reference diff --git a/README.md b/README.md index 14aceb9c0..85a7164a3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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/v14.0.6/API.md). +See the detailed [API Reference](https://github.com/hapijs/joi/blob/v14.1.0/API.md). # Example diff --git a/package.json b/package.json index a6634efed..a8cdaba23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "14.0.6", + "version": "14.1.0", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",