From b633a0057b7292d13df6fe45e755843ecbba9a2e Mon Sep 17 00:00:00 2001 From: aceta-minophen <87569188+aceta-minophen@users.noreply.github.com> Date: Sun, 1 Jan 2023 19:23:11 +0530 Subject: [PATCH] new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ff0d16..6711bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-to-tree-render", - "version": "1.0.2", + "version": "1.0.3", "description": "An npm package to render JSON object to a pretty tree view in html with collapsible and editable nodes.", "main": "src/index.js", "scripts": {