From 399a19f7e28be9932cae0c41d109173504d26ec5 Mon Sep 17 00:00:00 2001 From: nicfv Date: Thu, 19 Dec 2024 19:22:31 -0800 Subject: [PATCH] 0.1.5 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ca3df7b..20b4738 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aceiot-acesvg-panel", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aceiot-acesvg-panel", - "version": "0.1.4", + "version": "0.1.5", "license": "MIT", "dependencies": { "@emotion/css": "11.10.6", diff --git a/package.json b/package.json index 30314b3..f4e49d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aceiot-acesvg-panel", - "version": "0.1.4", + "version": "0.1.5", "description": "SVG Visualization Panel", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",