From 87ffae66b6214afa1d4f282db45f61d2898a1d93 Mon Sep 17 00:00:00 2001 From: chentsulin Date: Thu, 9 Sep 2021 00:26:54 +0800 Subject: [PATCH] 1.0.1 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1a1d9bc..423f978 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-d3-cloud", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8087355..f42dd80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-d3-cloud", - "version": "1.0.0", + "version": "1.0.1", "description": "A word cloud component using d3-cloud", "license": "MIT", "author": "cph",