From 2aeab8f2334c7c426ddc0b8a447228d928843fb4 Mon Sep 17 00:00:00 2001 From: amper43 Date: Tue, 21 Jan 2020 18:38:40 +0300 Subject: [PATCH] Bump version 0.3.6 --- package.json | 2 +- src/plugin.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ebc31e8..2b56201 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-data-exporter-panel", - "version": "0.3.5", + "version": "0.3.6", "description": "Data Exporter Plugin", "main": "src/module.js", "scripts": { diff --git a/src/plugin.json b/src/plugin.json index 6633679..635156c 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -15,8 +15,8 @@ "keywords": [], "links": [], "screenshots": [], - "version": "0.3.5", - "updated": "2018-09-27" + "version": "0.3.6", + "updated": "2020-01-21" }, "dependencies": { "grafanaVersion": "4.6.x 5.x",