Skip to content

Commit aa9af0e

Browse files
author
Marko Petzold
committed
Update widget-doughnut version to 1.5.6 in demo index.html
1 parent 40552b6 commit aa9af0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
const theme = { theme_name: 'vintage', theme_object: themeObject }
3333
render(
3434
html`
35-
<widget-doughnut-1.5.5 .theme="${theme}" .inputData=${data}>
35+
<widget-doughnut-1.5.6 .theme="${theme}" .inputData=${data}>
3636
web component is not registered. Make sure to use the tag with the correct version
3737
string from the package.json
38-
</widget-doughnut-1.5.5>
38+
</widget-doughnut-1.5.6>
3939
`,
4040
document.getElementById('demo')
4141
)

0 commit comments

Comments
 (0)