From 82185a2de6c67ab415bfa57ce1e3413a3eccd7a3 Mon Sep 17 00:00:00 2001 From: "cernbox-admins[bot]" Date: Fri, 7 Oct 2022 13:04:02 +0000 Subject: [PATCH] ifc-js v1.1.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 c32de14..d6eefad 100644 --- a/ifc-js/.bumpversion.cfg +++ b/ifc-js/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.3 +current_version = 1.1.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 7579a72..6dc3043 100644 --- a/ifc-js/package.json +++ b/ifc-js/package.json @@ -1,6 +1,6 @@ { "name": "ifc-js", - "version": "1.0.3", + "version": "1.1.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 584675e..4d652a7 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.3/' + '../../../../../../../../../../../../../../../../cernbox/ifc-js-1.1.0/' ) const headers = getHeadersWithAuth(isPublic, this.accessToken, this.publicLinkPassword) ifcLoader.setRequestHeader(headers)