Skip to content

Commit 5caedc3

Browse files
committed
chore(blazor): bump a version missed by automation
1 parent 54cc73c commit 5caedc3

File tree

1 file changed

+1
-1
lines changed
  • sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components

1 file changed

+1
-1
lines changed

sample-applications/blazor-financial-dashboard/BlazorFinancialDashboard/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<link rel="stylesheet" href="https://blazor.cdn.telerik.com/blazor/9.1.0/kendo-theme-material/swatches/material-main-dark.css" />
1212
<link rel="stylesheet" href="https://unpkg.com/@@progress/kendo-theme-utils/dist/all.css" />
1313
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
14-
<script src="https://blazor.cdn.telerik.com/blazor/9.0.0/telerik-blazor.min.js" defer></script>
14+
<script src="https://blazor.cdn.telerik.com/blazor/9.1.0/telerik-blazor.min.js" defer></script>
1515
<link rel="stylesheet" href="app.css" />
1616
<link rel="stylesheet" href="BlazorFinancialDashboard.styles.css" />
1717
<link rel="icon" type="image/png" sizes="48x48" href="favicon-48x48.png" />

0 commit comments

Comments
 (0)