Browse Source

Bump version to 0.2.6

master
rozetko 5 years ago
parent
commit
ee524b6774
  1. 4
      README.md
  2. 2
      package.json
  3. 2
      src/plugin.json

4
README.md

@ -37,12 +37,12 @@ See also:
- Download hastic graph panel
```
wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.5/hastic-graph-panel-0.2.5.tar.gz
wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.6/hastic-graph-panel-0.2.6.tar.gz
```
- Unpack downloaded files
```
tar -zxvf hastic-graph-panel-0.2.5.tar.gz
tar -zxvf hastic-graph-panel-0.2.6.tar.gz
```
- Restart grafana-server

2
package.json

@ -1,6 +1,6 @@
{
"name": "hastic-graph-panel",
"version": "0.2.5",
"version": "0.2.6",
"description": "Hastic default panel for rendering graph and anomalies",
"main": "dist/module",
"scripts": {

2
src/plugin.json

@ -12,7 +12,7 @@
"small": "img/icn-graph-panel.png",
"large": "img/icn-graph-panel.png"
},
"version": "0.2.5"
"version": "0.2.6"
},
"dependencies": {

Loading…
Cancel
Save