@ -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": {
@ -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" },
@ -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) {