From f1838fc7ba10b1cd6788cd476e62855e86f93f12 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 19 Jan 2021 15:14:52 +0300 Subject: [PATCH] Bump version to 0.5.1 (#465) --- package.json | 2 +- src/plugin.json | 2 +- src/utils.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5edb2b8..b125c93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.5.0", + "version": "0.5.1", "description": "Hastic app: labeling and rendering analytics from hastic-server", "main": "dist/module", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index b3af1af..66ba62b 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.5.0" + "version": "0.5.1" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utils.ts b/src/utils.ts index 9d9520c..a805cbe 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -3,7 +3,7 @@ import * as _ from 'lodash'; // TODO: move to config -export const SUPPORTED_SERVER_VERSION = '0.5.0'; +export const SUPPORTED_SERVER_VERSION = '0.5.1'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {