Skip to content

Commit

Permalink
Bump version to 0.3.7 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
rozetko authored and jonyrock committed Oct 7, 2019
1 parent a28732f commit 6ef2324
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grafana-hastic-app",
"version": "0.3.6",
"description": "Hastic app: labeling and rendeting analytics from hastic-server",
"version": "0.3.7",
"description": "Hastic app: labeling and rendering analytics from hastic-server",
"main": "dist/module",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
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.6"
"version": "0.3.7"
},
"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
@@ -1,7 +1,7 @@
import url from 'url-parse';
import * as _ from 'lodash';

export const SUPPORTED_SERVER_VERSION = '0.3.6-beta';
export const SUPPORTED_SERVER_VERSION = '0.3.7';

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

0 comments on commit 6ef2324

Please sign in to comment.