Skip to content

Commit 82185a2

Browse files
author
cernbox-admins[bot]
committed
ifc-js v1.1.0
1 parent aaa1b00 commit 82185a2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ifc-js/.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.3
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55
tag_name = ifc-js/v{new_version}

ifc-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifc-js",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"description": "CERNBox web IFC.js integration",
55
"license": "AGPL-3.0",
66
"author": "CERNBox",

ifc-js/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default {
9494
const ifcLoader = new IFCLoader()
9595
// FIXME hack to load the wasm... should not be needed
9696
ifcLoader.ifcManager.setWasmPath(
97-
'../../../../../../../../../../../../../../../../cernbox/ifc-js-1.0.3/'
97+
'../../../../../../../../../../../../../../../../cernbox/ifc-js-1.1.0/'
9898
)
9999
const headers = getHeadersWithAuth(isPublic, this.accessToken, this.publicLinkPassword)
100100
ifcLoader.setRequestHeader(headers)

0 commit comments

Comments
 (0)