Skip to content

Commit 96b5cd3

Browse files
authored
Merge pull request #528 from thewtex/version-bumps
Version bumps
2 parents 0aaef3e + 5d0c6e6 commit 96b5cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

itkwidgets/viewer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async def run(self, ctx):
5555
if ui == "pydata-sphinx":
5656
config = {
5757
"uiMachineOptions": {
58-
"href": "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.10.3/dist/bootstrapUIMachineOptions.js.es.js",
58+
"href": "https://cdn.jsdelivr.net/npm/itk-viewer-bootstrap-ui@0.11.0/dist/bootstrapUIMachineOptions.js.es.js",
5959
"export": "default",
6060
}
6161
}
@@ -89,7 +89,7 @@ async def run(self, ctx):
8989
itk_viewer = await api.createWindow(
9090
name=f"itkwidgets viewer {_viewer_count}",
9191
type="itk-vtk-viewer",
92-
src="https://bafybeihh34vpeoczdl3bu5wff3cvx35g2u3h3cbs6cmc3werg7drobr3ty.on.fleek.co/",
92+
src="https://bafybeicvblbtdzu7u6fdawt3muzd5t436xtbpu7cwdas3p3rcsjktxousq.on.fleek.co/",
9393
fullscreen=True,
9494
data=self.init_data,
9595
# config should be a python data dictionary and can't be a string e.g. 'pydata-sphinx',

0 commit comments

Comments
 (0)