diff --git a/app/GHelper.csproj b/app/GHelper.csproj
index 8713f123..b8e2b4a4 100644
--- a/app/GHelper.csproj
+++ b/app/GHelper.csproj
@@ -15,7 +15,7 @@
AnyCPU
False
True
- 0.102
+ 0.103
diff --git a/app/Settings.cs b/app/Settings.cs
index bf05341c..f46d6999 100644
--- a/app/Settings.cs
+++ b/app/Settings.cs
@@ -763,6 +763,7 @@ namespace GHelper
this.Hide();
if (fans != null && fans.Text != "") fans.Close();
if (keyb != null && keyb.Text != "") keyb.Close();
+ if (updates != null && updates.Text != "") updates.Close();
}