From ce7f9255b79d212424a4c4f7a07cc3a8df10b0be Mon Sep 17 00:00:00 2001 From: Nicolas Perriault Date: Thu, 24 Mar 2016 12:23:16 +0100 Subject: [PATCH] Bump v0.19.2. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c444476e83..f1d613489f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonschema-form", - "version": "0.19.1", + "version": "0.19.2", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "build:readme": "toctoc README.md -w",