From 4bffaec9001d7037e5dbe9c2c547a7a7307fe843 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 7 Oct 2022 13:07:43 +0000 Subject: [PATCH] rootjs v1.1.0 --- 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 4139c62..8c45aed 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.4 +current_version = 1.1.0 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index a28f9b2..678001c 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "1.0.4", + "version": "1.1.0", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",