From 8f0887d12752200f66a5a6e7e25920fd217d85ab Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 29 Jul 2022 14:00:01 +0000 Subject: [PATCH] ifc-js v1.0.3 --- 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 177f6b8..c32de14 100644 --- a/ifc-js/.bumpversion.cfg +++ b/ifc-js/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.2 +current_version = 1.0.3 commit = True tag = True tag_name = ifc-js/v{new_version} diff --git a/ifc-js/package.json b/ifc-js/package.json index a5e1c87..7579a72 100644 --- a/ifc-js/package.json +++ b/ifc-js/package.json @@ -1,6 +1,6 @@ { "name": "ifc-js", - "version": "1.0.2", + "version": "1.0.3", "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 3a3238d..1351f64 100644 --- a/ifc-js/src/App.vue +++ b/ifc-js/src/App.vue @@ -94,7 +94,7 @@ export default { const ifcLoader = new IFCLoader() // FIXME hack to load the wasm... should not be needed ifcLoader.ifcManager.setWasmPath( - '../../../../../../../../../../../../../../../../cernbox/ifc-js-1.0.2/' + '../../../../../../../../../../../../../../../../cernbox/ifc-js-1.0.3/' ) const headers = getHeadersWithAuth(isPublic, this.accessToken, this.publicLinkPassword) ifcLoader.setRequestHeader(headers)