Skip to content

Commit

Permalink
9.0.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Jun 22, 2016
1 parent 8d64eb3 commit 9ed1e43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- version -->
# 9.0.0-6 API Reference
# 9.0.0-7 API Reference
<!-- versionstop -->

<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9ed1e43

Please sign in to comment.