diff --git a/API.md b/API.md index d2b55f6c6..457ce4f9c 100755 --- a/API.md +++ b/API.md @@ -1,5 +1,5 @@ -# 9.0.0-6 API Reference +# 9.0.0-7 API Reference @@ -49,7 +49,7 @@ - [`array.min(limit)`](#arrayminlimit) - [`array.max(limit)`](#arraymaxlimit) - [`array.length(limit)`](#arraylengthlimit) - - [`array.unique()`](#arrayunique) + - [`array.unique([comparator])`](#arrayuniquecomparator) - [`boolean`](#boolean) - [`binary`](#binary) - [`binary.encoding(encoding)`](#binaryencodingencoding) diff --git a/README.md b/README.md index 89291c991..267520d02 100644 --- a/README.md +++ b/README.md @@ -95,4 +95,4 @@ 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-6/API.md). +See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.0-7/API.md). diff --git a/package.json b/package.json index a31006bea..6034aeb1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "joi", "description": "Object schema validation", - "version": "9.0.0-6", + "version": "9.0.0-7", "homepage": "https://github.com/hapijs/joi", "repository": "git://github.com/hapijs/joi", "main": "lib/index.js",