diff --git a/package.json b/package.json index 8a0228e..b3d8865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.3.1", + "version": "0.3.2", "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 09528aa..0ddc660 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.1" + "version": "0.3.2" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, diff --git a/src/utlis.ts b/src/utlis.ts index b9d8093..36b65f2 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.1-beta'; +export const SUPPORTED_SERVER_VERSION = '0.3.2-beta'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {