From f49d10a4b50c8b9dca0a73724d81a0990220f435 Mon Sep 17 00:00:00 2001 From: lakhoune Date: Mon, 29 May 2023 14:35:04 +0200 Subject: [PATCH] bump version --- 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 4f99adc9..57979531 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.4.6", + "version": "2.4.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.4.6", + "version": "2.4.7", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@jsplumb/browser-ui": "^6.0.5", diff --git a/package.json b/package.json index 5708f824..4559a2a6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@rwth-acis/syncmeta-widgets", "description": "SyncMeta is a near real-time collaborative modeling framework. This package only contains the used widgets. If you want to use the SyncMeta app in a docker container, see https://github.com/rwth-acis/syncmeta.", - "version": "2.4.6", + "version": "2.4.7", "author": { "name": "ACIS Group, RWTH Aachen", "email": "acis@dbis.rwth-aachen.de"