From da2567f191afbe0b421ac42c91ac512c7dd77052 Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 13 Oct 2020 20:25:32 +0300 Subject: [PATCH] bump version to 0.5.0 (#458) --- package.json | 2 +- src/plugin.json | 4 ++-- src/utils.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 0d20fcf..e2e6caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.4.0", + "version": "0.5.0", "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 10ce5fd..b3af1af 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,14 +11,14 @@ "small": "img/icn-graph-panel.png", "large": "img/icn-graph-panel.png" }, - "version": "0.4.0" + "version": "0.5.0" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, { "type": "datasource", "name": "Hastic Datasource" } ], "dependencies": { - "grafanaVersion": "5.4.x" + "grafanaVersion": "5.4+" } } diff --git a/src/utils.ts b/src/utils.ts index 655119d..9d9520c 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.4.0'; +export const SUPPORTED_SERVER_VERSION = '0.5.0'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {