From 561512a24cd8f4554594ad784c5a6f439ecbcafc Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Wed, 16 Mar 2016 15:38:03 +0100 Subject: [PATCH] Bump v0.15.0. --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dc2daccff..facb7462c8 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ $ npm install react-jsonschema-form --save As a script dependency served from a CDN: ```html - + ``` -Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form@0.10.0/dist/react-jsonschema-form.js.map). +Source maps are available at [this url](https://npmcdn.com/react-jsonschema-form/dist/react-jsonschema-form.js.map). Note that the CDN version **does not** embed *react* nor *react-dom*. diff --git a/package.json b/package.json index 754da13875..ffb0eaf336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonschema-form", - "version": "0.14.0", + "version": "0.15.0", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "build:readme": "toctoc README.md -w",