From 89baa95a439b8cb8fb330531e908eb69e7264365 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 29 Jul 2022 14:00:39 +0000 Subject: [PATCH] rootjs v1.0.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 0f128c3..fcc33af 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index c03722a..0c105a7 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "1.0.2", + "version": "1.0.3", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",