Skip to content

Commit

Permalink
Updated Version Info
Browse files Browse the repository at this point in the history
  • Loading branch information
gurrenm3 committed Dec 25, 2020
1 parent aa5308a commit 5110701
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BTD6 Mod Manager.wpf/Properties/AssemblyInfo.cs
Expand Up @@ -49,5 +49,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.2")]
[assembly: AssemblyFileVersion("2.2.2")]
[assembly: AssemblyVersion("2.2.3")]
[assembly: AssemblyFileVersion("2.2.3")]
1 change: 1 addition & 0 deletions BTD6 Mod Manager.wpf/UserControls/Mods_UserControl.xaml.cs
Expand Up @@ -212,6 +212,7 @@ private void ModsUserControl_Loaded(object sender, RoutedEventArgs e)
{
PopulateMods(SessionData.currentGame);
}

private void ModsUserControl_SizeChanged(object sender, SizeChangedEventArgs e)
{
foreach (ModItem_UserControl item in Mods_ListBox.Items)
Expand Down

0 comments on commit 5110701

Please sign in to comment.