Skip to content

Commit

Permalink
ifc-js v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cernbox-admins[bot] committed Feb 11, 2022
1 parent 6601c8a commit 97c6f37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ifc-js/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.2.1
commit = True
tag = True
tag_name = ifc-js/v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion ifc-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifc-js",
"version": "0.2.0",
"version": "0.2.1",
"description": "CERNBox web IFC.js integration",
"license": "AGPL-3.0",
"author": "CERNBox",
Expand Down
2 changes: 1 addition & 1 deletion ifc-js/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default {
const ifcLoader = new IFCLoader()
// FIXME hack to load the wasm... should not be needed
ifcLoader.ifcManager.setWasmPath(
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.2.0/'
'../../../../../../../../../../../../../../../../cernbox/ifc-js-0.2.1/'
)
const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword)
ifcLoader.setRequestHeader(headers)
Expand Down

0 comments on commit 97c6f37

Please sign in to comment.