Skip to content

Commit a6ec148

Browse files
committed
Fix typo
1 parent a2bb581 commit a6ec148

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
//
1616
// You can specify all the values or you can default the Revision and Build Numbers
1717
// by using the '*' as shown below:
18-
[assembly: AssemblyVersion("3.0.0")]
19-
[assembly: AssemblyFileVersion("3.0.0")]
18+
[assembly: AssemblyVersion("3.0.1")]
19+
[assembly: AssemblyFileVersion("3.0.1")]
2020
//[assembly: AssemblyInformationalVersion("2.5-filters")]

Griddly.Mvc/GriddlySettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public GriddlySettings()
8989
ShowRowSelectCount = DefaultShowRowSelectCount;
9090
}
9191

92-
public static void ConfigureBoostrap4Defaults()
92+
public static void ConfigureBootstrap4Defaults()
9393
{
9494
IsBootstrap4 = true;
9595
Css.TextCenter = "text-center";

0 commit comments

Comments
 (0)