Skip to content

Commit 3e0673b

Browse files
author
cernbox-admins[bot]
committed
ifc-js v2.0.1
1 parent 994c933 commit 3e0673b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ifc-js/.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.0.1
33
commit = True
44
tag = True
55
tag_name = ifc-js/v{new_version}

ifc-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifc-js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "CERNBox web IFC.js integration",
55
"license": "AGPL-3.0",
66
"author": "CERNBox",

ifc-js/src/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default {
9696
const ifcLoader = new IFCLoader()
9797
// FIXME hack to load the wasm... should not be needed
9898
ifcLoader.ifcManager.setWasmPath(
99-
'../../../../../../../../../../../../../../../../cernbox/ifc-js-2.0.0/'
99+
'../../../../../../../../../../../../../../../../cernbox/ifc-js-2.0.1/'
100100
)
101101
const headers = getHeadersWithAuth(isPublic, this.accessToken, this.publicLinkPassword)
102102
ifcLoader.setRequestHeader(headers)

0 commit comments

Comments
 (0)