diff --git a/API.md b/API.md index 3a9227783..153e27778 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 9.0.0 API Reference +# 9.0.1 API Reference diff --git a/README.md b/README.md index ca1e8bee1..d1e258c14 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ When validating a schema: * Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks. # API -See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0/API.md). +See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.1/API.md). # Browsers diff --git a/package.json b/package.json index 86258fd68..25721739f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "9.0.0", + "version": "9.0.1", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",