Skip to content

Commit

Permalink
bump version to 0.5.0 (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored Oct 13, 2020
1 parent 93dadd1 commit da2567f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit da2567f

Please sign in to comment.