From a6ec14890d6a32218b40f8bec615acb605e631f8 Mon Sep 17 00:00:00 2001 From: Jon Hynes Date: Mon, 8 Oct 2018 15:33:11 -0400 Subject: [PATCH] Fix typo --- Build/CommonAssemblyInfo.cs | 4 ++-- Griddly.Mvc/GriddlySettings.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Build/CommonAssemblyInfo.cs b/Build/CommonAssemblyInfo.cs index 9d15352..ebcb20e 100644 --- a/Build/CommonAssemblyInfo.cs +++ b/Build/CommonAssemblyInfo.cs @@ -15,6 +15,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.0.0")] -[assembly: AssemblyFileVersion("3.0.0")] +[assembly: AssemblyVersion("3.0.1")] +[assembly: AssemblyFileVersion("3.0.1")] //[assembly: AssemblyInformationalVersion("2.5-filters")] diff --git a/Griddly.Mvc/GriddlySettings.cs b/Griddly.Mvc/GriddlySettings.cs index e74b008..26ac938 100644 --- a/Griddly.Mvc/GriddlySettings.cs +++ b/Griddly.Mvc/GriddlySettings.cs @@ -89,7 +89,7 @@ public GriddlySettings() ShowRowSelectCount = DefaultShowRowSelectCount; } - public static void ConfigureBoostrap4Defaults() + public static void ConfigureBootstrap4Defaults() { IsBootstrap4 = true; Css.TextCenter = "text-center";