From c2d54fa7171615287fedd2c4c6a82773c5a7f599 Mon Sep 17 00:00:00 2001 From: atom0s Date: Tue, 28 May 2019 19:13:41 -0700 Subject: [PATCH] Bump the version number of the main app. --- Steamless/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Steamless/Properties/AssemblyInfo.cs b/Steamless/Properties/AssemblyInfo.cs index f6dab3c..8eb60cd 100644 --- a/Steamless/Properties/AssemblyInfo.cs +++ b/Steamless/Properties/AssemblyInfo.cs @@ -37,5 +37,5 @@ using System.Windows; [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: ThemeInfo(ResourceDictionaryLocation.None, ResourceDictionaryLocation.SourceAssembly)] -[assembly: AssemblyVersion("3.0.0.8")] -[assembly: AssemblyFileVersion("3.0.0.8")] \ No newline at end of file +[assembly: AssemblyVersion("3.0.0.9")] +[assembly: AssemblyFileVersion("3.0.0.9")] \ No newline at end of file