Skip to content

Commit

Permalink
Bump version to 0.3.9 (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored Mar 6, 2020
1 parent 6287488 commit 37c0e92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3.8",
"version": "0.3.9",
"description": "Hastic app: labeling and rendering analytics from hastic-server",
"main": "dist/module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"small": "img/icn-graph-panel.png",
"large": "img/icn-graph-panel.png"
},
"version": "0.3.8"
"version": "0.3.9"
},
"includes": [
{ "type": "panel", "name": "Hastic Graph Panel" },
Expand Down
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.3.8';
export const SUPPORTED_SERVER_VERSION = '0.3.9';

export function normalizeUrl(inputUrl: string) {
if(!inputUrl) {
Expand Down

0 comments on commit 37c0e92

Please sign in to comment.