Skip to content

Commit abfe727

Browse files
committed
10.0.5
1 parent 2e45cb3 commit abfe727

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

API.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- version -->
2-
# 10.0.4 API Reference
2+
# 10.0.5 API Reference
33
<!-- versionstop -->
44

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ When validating a schema:
102102
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
103103

104104
# API
105-
See the [API Reference](https://github.com/hapijs/joi/blob/v10.0.4/API.md).
105+
See the [API Reference](https://github.com/hapijs/joi/blob/v10.0.5/API.md).
106106

107107
# Browsers
108108

package.json

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

0 commit comments

Comments
 (0)