From 37c0e9204aaed8b0c8ec97992ee7002bc87e0520 Mon Sep 17 00:00:00 2001 From: rozetko Date: Fri, 6 Mar 2020 17:05:29 +0300 Subject: [PATCH] Bump version to 0.3.9 (#424) --- 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 ba3278f..6fb6763 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.8", + "version": "0.3.9", "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 2102e7e..859d11f 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.8" + "version": "0.3.9" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utils.ts b/src/utils.ts index d3d893a..de3dbc5 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.8'; +export const SUPPORTED_SERVER_VERSION = '0.3.9'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {