Skip to content

Commit f402f6d

Browse files
vascoguitaVasco Guita
andauthored
Prepare ifc-js integration for release 0.0.3 (#2)
* Prepare ifc-js integration for release 0.0.3 * Revert changes to automatically editted files in ifc integration Co-authored-by: Vasco Guita <[email protected]>
1 parent 6495062 commit f402f6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.0.2",
3+
"version": "0.0.4",
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
@@ -87,7 +87,7 @@ export default {
8787
},
8888
addIFCModel: function () {
8989
const ifcLoader = new IFCLoader()
90-
ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.1/')
90+
ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.3/')
9191
const header = {
9292
Authorization: 'Bearer ' + this.getToken,
9393
'X-Requested-With': 'XMLHttpRequest'

0 commit comments

Comments
 (0)