From 8b16682947a14b215f57a9802544151f557f567d Mon Sep 17 00:00:00 2001 From: rozetko Date: Thu, 23 Jul 2020 15:56:58 +0300 Subject: [PATCH] bump version to 0.4.0 (#449) --- 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 6fb6763..0d20fcf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.9", + "version": "0.4.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 859d11f..10ce5fd 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.9" + "version": "0.4.0" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utils.ts b/src/utils.ts index de3dbc5..655119d 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.3.9'; +export const SUPPORTED_SERVER_VERSION = '0.4.0'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {