From aeb20ace26bb343269023c3b7a08062f31f7ef06 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Mon, 30 May 2022 06:52:57 +0000 Subject: [PATCH] rootjs v0.2.3 --- rootjs/.bumpversion.cfg | 2 +- rootjs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rootjs/.bumpversion.cfg b/rootjs/.bumpversion.cfg index f6917ba..ea66b20 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.2 +current_version = 0.2.3 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index b93c63d..85043a5 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "0.2.2", + "version": "0.2.3", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",