Skip to content

Commit 73c03ea

Browse files
author
cernbox-admins[bot]
committed
ifc-js v0.2.0
1 parent dffeb6b commit 73c03ea

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 = 0.1.2
2+
current_version = 0.2.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": "0.1.2",
3+
"version": "0.2.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
@@ -89,7 +89,7 @@ export default {
8989
const ifcLoader = new IFCLoader()
9090
// FIXME hack to load the wasm... should not be needed
9191
ifcLoader.ifcManager.setWasmPath(
92-
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.1.2/'
92+
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.2.0/'
9393
)
9494
const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword)
9595
ifcLoader.setRequestHeader(headers)

0 commit comments

Comments
 (0)