From c6f535de372fb4409242766373118c4a6db09a14 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 17 Dec 2021 09:55:28 +0000 Subject: [PATCH] rootjs v0.1.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 7fafca4..a535548 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index fae0b2c..4b7688d 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "0.1.0", + "version": "0.1.1", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",