From 056a15afcfd5479a87b8acf8ab3bad87305d3c32 Mon Sep 17 00:00:00 2001 From: lakhoune Date: Sun, 14 May 2023 12:52:14 +0200 Subject: [PATCH] bump versino --- 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 a72b6637..f76ee0bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.2.12", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@rwth-acis/syncmeta-widgets", - "version": "2.2.12", + "version": "2.3.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@jsplumb/browser-ui": "^6.0.5", diff --git a/package.json b/package.json index 80d52d5c..0142887b 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.2.12", + "version": "2.3.0", "author": { "name": "ACIS Group, RWTH Aachen", "email": "acis@dbis.rwth-aachen.de"