From 50c8c9b81fa7df201decd3a8e6eea9d5c95aa2c6 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Fri, 24 Jul 2020 10:45:54 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.0.2=20=E2=86=92=202.0.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- dist/plugin.json | 2 +- package.json | 2 +- src/plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e0a6c2e7..c481b63aa 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 2.0.2 +current_version = 2.0.3 [bumpversion:file:package.json] diff --git a/dist/plugin.json b/dist/plugin.json index 38e67664a..7fe64449e 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -29,6 +29,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "2.0.2" + "version": "2.0.3" } } diff --git a/package.json b/package.json index bc2f6fc71..12a16df3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertamedia-clickhouse", - "version": "2.0.2", + "version": "2.0.3", "description": "ClickHouse datasource for Grafana", "scripts": { "build:prod": "webpack --config webpack.config.prod.js", diff --git a/src/plugin.json b/src/plugin.json index 38e67664a..7fe64449e 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -29,6 +29,6 @@ "url": "https://github.com/Vertamedia/clickhouse-grafana" } ], - "version": "2.0.2" + "version": "2.0.3" } }