From f48bd323fd4af78ee234444e2c98b8170ccbe6a0 Mon Sep 17 00:00:00 2001 From: rozetko Date: Mon, 11 Feb 2019 18:31:49 +0300 Subject: [PATCH] Bump version to 0.2.8 --- package.json | 2 +- src/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index a70f380..725e997 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hastic-grafana-app", - "version": "0.2.7", + "version": "0.2.8", "description": "Hastic app: labeling and rendeting analytics from hastic-server", "main": "dist/module", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 605852d..1992df8 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -12,7 +12,7 @@ "small": "img/icn-graph-panel.png", "large": "img/icn-graph-panel.png" }, - "version": "0.2.7" + "version": "0.2.8" }, "includes": [ {"type": "panel", "name": "Hastic Graph Panel"}