From 99870f395ef570908c0c657e4f93ee056cbd464b Mon Sep 17 00:00:00 2001 From: Mark Date: Tue, 10 Jan 2017 15:51:47 -0500 Subject: [PATCH] Bump version to 0.3.1 - Fix CDN installation instructions by adding ReactDOM - Add JSFiddle example to the beginning --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4cf9f3de..dd14dd3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-react-parser", - "version": "0.3.0", + "version": "0.3.1", "description": "An HTML to React parser.", "author": "Mark ", "main": "index.js",