From f66fad8f3492da9912822401bc1d6f9fab37241c Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Tue, 22 Nov 2022 22:35:58 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.5.2=20=E2=86=92=202.5.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 60e752dda..87d40ce4e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 2.5.2 +current_version = 2.5.3 [bumpversion:file:package.json] diff --git a/dist/plugin.json b/dist/plugin.json index a77448345..41ebaed02 100644 --- a/dist/plugin.json +++ b/dist/plugin.json @@ -44,7 +44,7 @@ "url": "https://github.com/Altinity/clickhouse-grafana" } ], - "version": "2.5.2", + "version": "2.5.3", "updated": "2020-07-31" }, "dependencies": { diff --git a/package.json b/package.json index fa19e1e03..8dd7b1afc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vertamedia-clickhouse", - "version": "2.5.2", + "version": "2.5.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 a77448345..41ebaed02 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -44,7 +44,7 @@ "url": "https://github.com/Altinity/clickhouse-grafana" } ], - "version": "2.5.2", + "version": "2.5.3", "updated": "2020-07-31" }, "dependencies": {