Browse Source

Bump version to 0.5.1 (#465)

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

2
package.json

@ -1,6 +1,6 @@
{
"name": "grafana-hastic-app",
"version": "0.5.0",
"version": "0.5.1",
"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.5.0"
"version": "0.5.1"
},
"includes": [
{ "type": "panel", "name": "Hastic Graph Panel" },

2
src/utils.ts

@ -3,7 +3,7 @@ import * as _ from 'lodash';
// TODO: move to config
export const SUPPORTED_SERVER_VERSION = '0.5.0';
export const SUPPORTED_SERVER_VERSION = '0.5.1';
export function normalizeUrl(inputUrl: string) {
if(!inputUrl) {

Loading…
Cancel
Save