Browse Source

Bump version to 0.3.7 (#385)

master
rozetko 5 years ago committed by Alexey Velikiy
parent
commit
6ef2324eed
  1. 4
      package.json
  2. 2
      src/plugin.json
  3. 2
      src/utils.ts

4
package.json

@ -1,7 +1,7 @@
{ {
"name": "grafana-hastic-app", "name": "grafana-hastic-app",
"version": "0.3.6", "version": "0.3.7",
"description": "Hastic app: labeling and rendeting analytics from hastic-server", "description": "Hastic app: labeling and rendering analytics from hastic-server",
"main": "dist/module", "main": "dist/module",
"scripts": { "scripts": {
"build": "webpack --config build/webpack.prod.conf.js", "build": "webpack --config build/webpack.prod.conf.js",

2
src/plugin.json

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

2
src/utils.ts

@ -1,7 +1,7 @@
import url from 'url-parse'; import url from 'url-parse';
import * as _ from 'lodash'; import * as _ from 'lodash';
export const SUPPORTED_SERVER_VERSION = '0.3.6-beta'; export const SUPPORTED_SERVER_VERSION = '0.3.7';
export function normalizeUrl(inputUrl: string) { export function normalizeUrl(inputUrl: string) {
if(!inputUrl) { if(!inputUrl) {

Loading…
Cancel
Save