From 0ac3dec5d41d30dcafe8588d9a5a079582982290 Mon Sep 17 00:00:00 2001 From: Ethan Glasser-Camp Date: Fri, 9 Mar 2018 15:53:12 -0500 Subject: [PATCH] Bump version 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cca4088d0f..c4f1c74cd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-jsonschema-form", - "version": "1.0.1", + "version": "1.0.2", "description": "A simple React component capable of building HTML forms out of a JSON schema.", "scripts": { "build:readme": "toctoc README.md -w",