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) {