From 7691ada4897315f7fd749d5a4919b36c670bde8a Mon Sep 17 00:00:00 2001 From: rozetko Date: Tue, 22 Jan 2019 17:43:21 +0300 Subject: [PATCH] Bump version to 0.2.7 --- README.md | 4 ++-- package.json | 2 +- src/plugin.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3eac450..de8a043 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,12 @@ See also: - Download hastic graph panel ``` -wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.6/hastic-graph-panel-0.2.6.tar.gz +wget https://github.com/hastic/hastic-grafana-graph-panel/releases/download/0.2.7/hastic-graph-panel-0.2.7.tar.gz ``` - Unpack downloaded files ``` -tar -zxvf hastic-graph-panel-0.2.6.tar.gz +tar -zxvf hastic-graph-panel-0.2.7.tar.gz ``` - Restart grafana-server diff --git a/package.json b/package.json index 44bd16a..72ed419 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hastic-graph-panel", - "version": "0.2.6", + "version": "0.2.7", "description": "Hastic default panel for rendering graph and anomalies", "main": "dist/module", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 92481e0..394bca9 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -12,7 +12,7 @@ "small": "img/icn-graph-panel.png", "large": "img/icn-graph-panel.png" }, - "version": "0.2.6" + "version": "0.2.7" }, "dependencies": {