We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2bb581 commit a6ec148Copy full SHA for a6ec148
Build/CommonAssemblyInfo.cs
@@ -15,6 +15,6 @@
15
//
16
// You can specify all the values or you can default the Revision and Build Numbers
17
// by using the '*' as shown below:
18
-[assembly: AssemblyVersion("3.0.0")]
19
-[assembly: AssemblyFileVersion("3.0.0")]
+[assembly: AssemblyVersion("3.0.1")]
+[assembly: AssemblyFileVersion("3.0.1")]
20
//[assembly: AssemblyInformationalVersion("2.5-filters")]
Griddly.Mvc/GriddlySettings.cs
@@ -89,7 +89,7 @@ public GriddlySettings()
89
ShowRowSelectCount = DefaultShowRowSelectCount;
90
}
91
92
- public static void ConfigureBoostrap4Defaults()
+ public static void ConfigureBootstrap4Defaults()
93
{
94
IsBootstrap4 = true;
95
Css.TextCenter = "text-center";
0 commit comments