Skip to content

Commit

Permalink
9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Marsup committed Jul 24, 2016
1 parent b252ea9 commit ec0ef65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion API.md
@@ -1,5 +1,5 @@
<!-- version -->
# 9.0.2 API Reference
# 9.0.3 API Reference
<!-- versionstop -->

<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.2/API.md).
See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.3/API.md).

# Browsers

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "joi",
"description": "Object schema validation",
"version": "9.0.2",
"version": "9.0.3",
"homepage": "https://github.com/hapijs/joi",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
Expand Down

0 comments on commit ec0ef65

Please sign in to comment.