From b8e7afbd3608bf2bc09935c599d85e4176c4db97 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Thu, 23 Jun 2022 10:35:23 +0000 Subject: [PATCH] ifc-js v1.0.0 --- ifc-js/.bumpversion.cfg | 2 +- ifc-js/package.json | 2 +- ifc-js/src/App.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ifc-js/.bumpversion.cfg b/ifc-js/.bumpversion.cfg index cdfb434..a667d63 100644 --- a/ifc-js/.bumpversion.cfg +++ b/ifc-js/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.3 +current_version = 1.0.0 commit = True tag = True tag_name = ifc-js/v{new_version} diff --git a/ifc-js/package.json b/ifc-js/package.json index 11b25fb..31c1e83 100644 --- a/ifc-js/package.json +++ b/ifc-js/package.json @@ -1,6 +1,6 @@ { "name": "ifc-js", - "version": "0.2.3", + "version": "1.0.0", "description": "CERNBox web IFC.js integration", "license": "AGPL-3.0", "author": "CERNBox", diff --git a/ifc-js/src/App.vue b/ifc-js/src/App.vue index 961a1c9..57eab87 100644 --- a/ifc-js/src/App.vue +++ b/ifc-js/src/App.vue @@ -89,7 +89,7 @@ export default { const ifcLoader = new IFCLoader() // FIXME hack to load the wasm... should not be needed ifcLoader.ifcManager.setWasmPath( - '../../../../../../../../../../../../../../../../cernbox/ifc-js-0.2.3/' + '../../../../../../../../../../../../../../../../cernbox/ifc-js-1.0.0/' ) const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword) ifcLoader.setRequestHeader(headers)