Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jehhynes committed Oct 8, 2018
1 parent a2bb581 commit a6ec148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
2 changes: 1 addition & 1 deletion Griddly.Mvc/GriddlySettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public GriddlySettings()
ShowRowSelectCount = DefaultShowRowSelectCount;
}

public static void ConfigureBoostrap4Defaults()
public static void ConfigureBootstrap4Defaults()
{
IsBootstrap4 = true;
Css.TextCenter = "text-center";
Expand Down

0 comments on commit a6ec148

Please sign in to comment.