From 464e9ae2b54cae92ad9646a395008d35185f2791 Mon Sep 17 00:00:00 2001 From: Digvijay Date: Tue, 23 Jan 2024 00:01:14 -0800 Subject: [PATCH] Updated the release version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e46a25b..c5382be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bubble-chart", - "version": "2.0.0", + "version": "2.0.1", "description": "This panel is meant to have a centralized view of any component in the form of a bubble chart", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",