From ee524b67741c7517a12325382e1748e9cfdad549 Mon Sep 17 00:00:00 2001 From: rozetko Date: Fri, 7 Dec 2018 12:21:16 +0300 Subject: [PATCH] Bump version to 0.2.6 --- 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 3697422..bcd2b88 100644 --- a/README.md +++ b/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 diff --git a/package.json b/package.json index 89323bd..44bd16a 100644 --- a/package.json +++ b/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": { diff --git a/src/plugin.json b/src/plugin.json index a1f4ac8..92481e0 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.5" + "version": "0.2.6" }, "dependencies": {