Skip to content

Commit

Permalink
Incremented version number to 4.0.2:
Browse files Browse the repository at this point in the history
* Replace "then" with correct "than" in all error messages. (Identified by stefanw)
  • Loading branch information
garycourt committed Jul 11, 2012
1 parent 2412c62 commit e539d4d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.2 (2012/07/11)

* Replace "then" with correct "than" in all error messages. (Identified by stefanw)

## 4.0.1 (2012/05/09)

* Fixed bug with extended schemas that contain a "pattern" attribute. (Identified by DrDyne)
Expand Down
2 changes: 1 addition & 1 deletion lib/json-schema-draft-01.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @fileOverview Implementation of the first revision of the JSON Schema specification draft.
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @version 1.7
* @version 1.7.1
* @see http://github.com/garycourt/JSV
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/json-schema-draft-02.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @fileOverview Implementation of the second revision of the JSON Schema specification draft.
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @version 1.7
* @version 1.7.1
* @see http://github.com/garycourt/JSV
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/json-schema-draft-03.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @fileOverview Implementation of the third revision of the JSON Schema specification draft.
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @version 1.5
* @version 1.5.1
* @see http://github.com/garycourt/JSV
*/

Expand Down
2 changes: 1 addition & 1 deletion lib/jsv.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @fileOverview A JavaScript implementation of a extendable, fully compliant JSON Schema validator.
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
* @version 4.0.1
* @version 4.0.2
* @see http://github.com/garycourt/JSV
*/

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "JSV",
"version" : "4.0.1",
"version" : "4.0.2",
"description" : "A JavaScript implementation of a extendable, fully compliant JSON Schema validator.",
"homepage" : "http://github.com/garycourt/JSV",
"author" : "Gary Court <gary.court@gmail.com>",
Expand Down

0 comments on commit e539d4d

Please sign in to comment.