From 6c065e1aa69307d85eda6fd4f8de9d7194c1e8d9 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Tue, 2 Nov 2021 20:19:04 +0000 Subject: [PATCH] ifc-js v0.0.1 --- ifc-js/.bumpversion.cfg | 2 +- ifc-js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ifc-js/.bumpversion.cfg b/ifc-js/.bumpversion.cfg index e03e42d..87a5c9e 100644 --- a/ifc-js/.bumpversion.cfg +++ b/ifc-js/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.0 +current_version = 0.0.1 commit = True tag = True tag_name = ifc-js/v{new_version} diff --git a/ifc-js/package.json b/ifc-js/package.json index 86ffea4..866d475 100644 --- a/ifc-js/package.json +++ b/ifc-js/package.json @@ -1,6 +1,6 @@ { "name": "ifc-js", - "version": "0.0.0", + "version": "0.0.1", "description": "CERNBox web IFC.js integration", "license": "AGPL-3.0", "author": "CERNBox",