diff --git a/ifc-js/.bumpversion.cfg b/ifc-js/.bumpversion.cfg index 5c6d9a5..15f64fd 100644 --- a/ifc-js/.bumpversion.cfg +++ b/ifc-js/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.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 ad82a6b..1161cd3 100644 --- a/ifc-js/package.json +++ b/ifc-js/package.json @@ -1,6 +1,6 @@ { "name": "ifc-js", - "version": "2.0.0", + "version": "2.0.1", "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 4a58444..83e45b0 100644 --- a/ifc-js/src/App.vue +++ b/ifc-js/src/App.vue @@ -96,7 +96,7 @@ export default { const ifcLoader = new IFCLoader() // FIXME hack to load the wasm... should not be needed ifcLoader.ifcManager.setWasmPath( - '../../../../../../../../../../../../../../../../cernbox/ifc-js-2.0.0/' + '../../../../../../../../../../../../../../../../cernbox/ifc-js-2.0.1/' ) const headers = getHeadersWithAuth(isPublic, this.accessToken, this.publicLinkPassword) ifcLoader.setRequestHeader(headers)