File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " grafana-hastic-app" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.5.1 " ,
4
4
"description" : " Hastic app: labeling and rendering analytics from hastic-server" ,
5
5
"main" : " dist/module" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 11
11
"small" : " img/icn-graph-panel.png" ,
12
12
"large" : " img/icn-graph-panel.png"
13
13
},
14
- "version" : " 0.5.0 "
14
+ "version" : " 0.5.1 "
15
15
},
16
16
"includes" : [
17
17
{ "type" : " panel" , "name" : " Hastic Graph Panel" },
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import * as _ from 'lodash';
3
3
4
4
5
5
// TODO: move to config
6
- export const SUPPORTED_SERVER_VERSION = '0.5.0 ' ;
6
+ export const SUPPORTED_SERVER_VERSION = '0.5.1 ' ;
7
7
8
8
export function normalizeUrl ( inputUrl : string ) {
9
9
if ( ! inputUrl ) {
You can’t perform that action at this time.
0 commit comments