From 790869d1c567cc682d8f10032bed91ddc747674f Mon Sep 17 00:00:00 2001 From: amper43 Date: Tue, 4 Jun 2019 20:24:51 +0300 Subject: [PATCH] bump version 0.3.5 --- package.json | 2 +- src/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 46f92bf..eaf4ddb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.4", + "version": "0.3.5", "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 0d70fef..3e9d881 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,7 +11,7 @@ "small": "img/icn-graph-panel.png", "large": "img/icn-graph-panel.png" }, - "version": "0.3.4" + "version": "0.3.5" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" },