diff --git a/package.json b/package.json index 0d20fcf..e2e6caf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-hastic-app", - "version": "0.4.0", + "version": "0.5.0", "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 10ce5fd..b3af1af 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -11,14 +11,14 @@ "small": "img/icn-graph-panel.png", "large": "img/icn-graph-panel.png" }, - "version": "0.4.0" + "version": "0.5.0" }, "includes": [ { "type": "panel", "name": "Hastic Graph Panel" }, { "type": "datasource", "name": "Hastic Datasource" } ], "dependencies": { - "grafanaVersion": "5.4.x" + "grafanaVersion": "5.4+" } } diff --git a/src/utils.ts b/src/utils.ts index 655119d..9d9520c 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.4.0'; +export const SUPPORTED_SERVER_VERSION = '0.5.0'; export function normalizeUrl(inputUrl: string) { if(!inputUrl) {