From bcc7f494b9d8fc391c1adbef61b08a0f68ee275e Mon Sep 17 00:00:00 2001 From: Andrew Redican Date: Fri, 25 May 2018 15:11:07 -0600 Subject: [PATCH] updated documentation --- README.md | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6490369..cb6f877 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,8 @@ 5. Open `http://localhost:8080` in the web browser -## Latest Release Notes [v2.3.2] - May 25, 2018 -1. Removed /example and other development files directory from npm package. -2. To contribute or modify the project, you may clone or fork this Github repository instead. +## Latest Release Notes [v2.3.3] - May 25, 2018 +1. Updated documentation. ## Features diff --git a/package.json b/package.json index 8ef2a36..d57fbb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-json-editor-ajrm", - "version": "2.3.2", + "version": "2.3.3", "description": "A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!", "author": "andrew.redican.mejia@gmail.com", "license": "ISC",