Skip to content

Commit ec0ef65

Browse files
committed
9.0.3
1 parent b252ea9 commit ec0ef65

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- version -->
2-
# 9.0.2 API Reference
2+
# 9.0.3 API Reference
33
<!-- versionstop -->
44

55
<img src="https://raw.github.com/hapijs/joi/master/images/validation.png" align="right" />

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ When validating a schema:
9595
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
9696

9797
# API
98-
See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.2/API.md).
98+
See the [API Reference](https://github.com/hapijs/joi/blob/v9.0.3/API.md).
9999

100100
# Browsers
101101

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "joi",
33
"description": "Object schema validation",
4-
"version": "9.0.2",
4+
"version": "9.0.3",
55
"homepage": "https://github.com/hapijs/joi",
66
"repository": "git://github.com/hapijs/joi",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)