Skip to content

Commit ecb2a56

Browse files
committed
ENH: Bump bootstrap-ui to 0.11.0
Bring in those cropping buttons Closes #526
1 parent e0c9c18 commit ecb2a56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

itkwidgets/viewer.py

Lines changed: 1 addition & 1 deletion
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
}

0 commit comments

Comments
 (0)