From ff62dfd3367e13e26e681af402d5916fde10ac64 Mon Sep 17 00:00:00 2001 From: Tomas Kulhanek Date: Sat, 27 Mar 2021 11:03:47 +0000 Subject: [PATCH] 2.0.25 --- package-lock.json | 2 +- package.json | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6a0f642..68141f6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bodylight-components", - "version": "2.0.24", + "version": "2.0.25", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index da572a1..95d9288 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bodylight-components", - "version": "2.0.24", + "version": "2.0.25", "description": "Custom elements enhancing HTML to enable model simulation in FMU, visualization using Adobe Animate exports or animated gifs, charts using chartjs and documenting in enhanced markdown.", "main": "dist/bodylight.bundle.js", "repository": { @@ -126,6 +126,5 @@ }, "dependencies": { "aurelia-bodylight-plugin": "^2.0.25" - } }