From b330c8d18cacc002708c30d209b326ed545d9807 Mon Sep 17 00:00:00 2001 From: Tobias Rohloff Date: Tue, 7 May 2019 16:12:13 +0200 Subject: [PATCH] 2.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6686b5a36..a5f3df10c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "m.e.i.n.e.l", - "version": "2.1.2", + "version": "2.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a6e8028e5..625362494 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "m.e.i.n.e.l", - "version": "2.1.2", + "version": "2.2.0", "description": "The **M**odern, **E**xtensible and **I**nteractive **N**umber **E**xploration **L**ibrary (or short: m.e.i.n.e.l.) is a visualization library for various forms of data. It focuses on abstracting the interfaces in a way that one only needs to supply the data and few (optional) parameters to embed visually appealing charts into existing environments. These interfaces are implemented by utilizing Polymer components.", "main": "index.html", "directories": {