Browse Source

Bump version to 0.3.8 (#397)

* Bump version to 0.3.8

* todo
master
rozetko 5 years ago committed by Alexey Velikiy
parent
commit
816f12d5bd
  1. 2
      package.json
  2. 2
      src/plugin.json
  3. 4
      src/utils.ts

2
package.json

@ -1,6 +1,6 @@
{
"name": "grafana-hastic-app",
"version": "0.3.7",
"version": "0.3.8",
"description": "Hastic app: labeling and rendering analytics from hastic-server",
"main": "dist/module",
"scripts": {

2
src/plugin.json

@ -11,7 +11,7 @@
"small": "img/icn-graph-panel.png",
"large": "img/icn-graph-panel.png"
},
"version": "0.3.7"
"version": "0.3.8"
},
"includes": [
{ "type": "panel", "name": "Hastic Graph Panel" },

4
src/utils.ts

@ -1,7 +1,9 @@
import url from 'url-parse';
import * as _ from 'lodash';
export const SUPPORTED_SERVER_VERSION = '0.3.7';
// TODO: move to config
export const SUPPORTED_SERVER_VERSION = '0.3.8';
export function normalizeUrl(inputUrl: string) {
if(!inputUrl) {

Loading…
Cancel
Save