From 84d83717928b443c71a2e36544ce282f67d11f65 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Mon, 22 Apr 2024 09:16:58 +0000 Subject: [PATCH] top-bar v1.0.1 --- top-bar/.bumpversion.cfg | 2 +- top-bar/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/top-bar/.bumpversion.cfg b/top-bar/.bumpversion.cfg index 9d43747..6848860 100644 --- a/top-bar/.bumpversion.cfg +++ b/top-bar/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True tag_name = top-bar/v{new_version} diff --git a/top-bar/package.json b/top-bar/package.json index 0d5c676..0d7a0a8 100644 --- a/top-bar/package.json +++ b/top-bar/package.json @@ -1,6 +1,6 @@ { "name": "top-bar", - "version": "1.0.0", + "version": "1.0.1", "description": "Menu entries for header", "license": "AGPL-3.0", "author": "CERNBox",