From c5b5fa509e04158074d6baaab3c4fba225f8471b Mon Sep 17 00:00:00 2001 From: rozetko Date: Mon, 20 May 2019 16:31:23 +0300 Subject: [PATCH] Bump version to 0.3.4 --- package.json | 2 +- src/plugin.json | 2 +- src/utlis.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cfc93cc..cfe37e6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.3", + "version": "0.3.4", "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 e22778d..0d70fef 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.3" + "version": "0.3.4" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utlis.ts b/src/utlis.ts index 83cbca5..f2190c8 100644 --- a/src/utlis.ts +++ b/src/utlis.ts @@ -1,7 +1,7 @@ import url from 'url-parse'; import * as _ from 'lodash'; -export const SUPPORTED_SERVER_VERSION = '0.3.3-beta'; +export const SUPPORTED_SERVER_VERSION = '0.3.4-beta'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {