From 3e082643ef76b7ad63ca6eb274c3ddf896a365ed Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 5 Mar 2019 13:40:09 +0300 Subject: [PATCH] Bump version to 0.3.1 --- package.json | 2 +- src/plugin.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index afce232..8a0228e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.0", + "version": "0.3.1", "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 eaabd5b..09528aa 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.0" + "version": "0.3.1" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" },