From 44555b7f34da9a947baafdab50c77933502b03ce Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 3 Dec 2021 16:47:23 +0000 Subject: [PATCH] rootjs v0.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 3488af6..7fafca4 100644 --- a/rootjs/.bumpversion.cfg +++ b/rootjs/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True tag_name = rootjs/v{new_version} diff --git a/rootjs/package.json b/rootjs/package.json index 1639cf6..fae0b2c 100644 --- a/rootjs/package.json +++ b/rootjs/package.json @@ -1,6 +1,6 @@ { "name": "rootjs", - "version": "0.0.1", + "version": "0.1.0", "description": "CERN rootjs integration", "license": "AGPL-3.0", "author": "CERNBox",