diff --git a/README.md b/README.md index eebf5dd69..143f92dea 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ The fastest JSON Schema validator for node.js and browser. Supports [v5 proposal __Please note__: You can start using NEW beta version [5.0.1 (change log)](https://github.com/epoberezkin/ajv/releases/tag/5.0.1-beta.0) with the support of draft 6 (not officially published yet): `npm install ajv@^5.0.1-beta`. -Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.1-beta.0) for 5.0.1. +Also see [docs](https://github.com/epoberezkin/ajv/tree/5.0.1-beta.1) for 5.0.1. ## Contents diff --git a/package.json b/package.json index 5fc700d6a..9db307d13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ajv", - "version": "4.10.4", + "version": "4.11.0", "description": "Another JSON Schema Validator", "main": "lib/ajv.js", "webpack": "dist/ajv.bundle.js",