From 14a3648794ded8b0f4859281583b98399c05de2f Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Thu, 23 Jun 2022 14:10:49 +0000 Subject: [PATCH] rootjs v1.0.1 --- 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 1157c27..897d9d5 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index 2756f17..ccd43c6 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "1.0.0", + "version": "1.0.1", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",