From 6ef2324eedf7fe86e22fd7052e1d693b9818d224 Mon Sep 17 00:00:00 2001 From: rozetko Date: Mon, 7 Oct 2019 13:52:40 +0300 Subject: [PATCH] Bump version to 0.3.7 (#385) --- package.json | 4 ++-- src/plugin.json | 2 +- src/utils.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a60b83f..0e0cb4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grafana-hastic-app", - "version": "0.3.6", - "description": "Hastic app: labeling and rendeting analytics from hastic-server", + "version": "0.3.7", + "description": "Hastic app: labeling and rendering analytics from hastic-server", "main": "dist/module", "scripts": { "build": "webpack --config build/webpack.prod.conf.js", diff --git a/src/plugin.json b/src/plugin.json index cb7f7c9..e261ab0 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.6" + "version": "0.3.7" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utils.ts b/src/utils.ts index 7e7c41a..0d14c2a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,7 +1,7 @@ import url from 'url-parse'; import * as _ from 'lodash'; -export const SUPPORTED_SERVER_VERSION = '0.3.6-beta'; +export const SUPPORTED_SERVER_VERSION = '0.3.7'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {