Browse Source

bump version to 0.5.0 (#458)

master
rozetko 4 years ago committed by GitHub
parent
commit
da2567f191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      package.json
  2. 4
      src/plugin.json
  3. 2
      src/utils.ts

2
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": {

4
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+"
}
}

2
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) {

Loading…
Cancel
Save