From ca95fc5fd86d1193426f0c62c187c1029e98f85b Mon Sep 17 00:00:00 2001 From: sankerust Date: Mon, 29 Oct 2018 20:40:14 +0300 Subject: [PATCH] bump version --- dist/plugin.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/plugin.json b/dist/plugin.json index c007abf..109e91a 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -12,7 +12,7 @@ "small": "img/icn-graph-panel.svg", "large": "img/icn-graph-panel.svg" }, - "version": "0.2.2" + "version": "0.2.3" }, "dependencies": { "grafanaVersion": "4.6.x 5.x" diff --git a/package.json b/package.json index 0d1bc3a..7f9f33a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-multibar-graph-panel", - "version": "0.2.2", + "version": "0.2.3", "description": "Webpack copy of Grafana default panel", "main": "dist/module", "scripts": {