Skip to content

Commit 5603fc7

Browse files
committed
10.5.2
1 parent 02853cd commit 5603fc7

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-
# 10.5.0 API Reference
2+
# 10.5.2 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
@@ -125,7 +125,7 @@ When validating a schema:
125125
* Rules are defined in an additive fashion and evaluated in order after whitelist and blacklist checks.
126126

127127
# API
128-
See the [API Reference](https://github.com/hapijs/joi/blob/v10.5.0/API.md).
128+
See the [API Reference](https://github.com/hapijs/joi/blob/v10.5.2/API.md).
129129

130130
# Browsers
131131

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": "10.5.1",
4+
"version": "10.5.2",
55
"homepage": "https://github.com/hapijs/joi",
66
"repository": "git://github.com/hapijs/joi",
77
"main": "lib/index.js",

0 commit comments

Comments
 (0)