diff --git a/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json b/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json
index 44a2678f1..00ae5ab36 100644
--- a/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json
+++ b/BlazorBootstrap.Demo.Hosted/Client/wwwroot/appsettings.json
@@ -1,7 +1,7 @@
{
- "version": "1.11.1",
+ "version": "2.0.0",
"release": {
- "short_description": "New PDF Viewer, Range Input and Script Loader components!!!"
+ "short_description": "Core updates, Spinner Component, and other improvements!!!"
},
"urls": {
"docs": "//docs.blazorbootstrap.com/docs/getting-started/blazor-webassembly",
diff --git a/BlazorBootstrap.Demo.RCL/Shared/EmptyLayout.razor b/BlazorBootstrap.Demo.RCL/Shared/EmptyLayout.razor
index 56bc486ab..b51cd65fe 100644
--- a/BlazorBootstrap.Demo.RCL/Shared/EmptyLayout.razor
+++ b/BlazorBootstrap.Demo.RCL/Shared/EmptyLayout.razor
@@ -2,6 +2,10 @@
@inherits LayoutComponentBase
+
+