From 64af84ca2fa01f8719557b0c4b1c09dfc05c44af Mon Sep 17 00:00:00 2001 From: ryannewington Date: Sat, 19 May 2018 08:42:00 +1000 Subject: [PATCH] Fixes UI version number --- src/Lithnet.Miiserver.Autosync.UI/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lithnet.Miiserver.Autosync.UI/Properties/AssemblyInfo.cs b/src/Lithnet.Miiserver.Autosync.UI/Properties/AssemblyInfo.cs index ed517c5..174f83f 100644 --- a/src/Lithnet.Miiserver.Autosync.UI/Properties/AssemblyInfo.cs +++ b/src/Lithnet.Miiserver.Autosync.UI/Properties/AssemblyInfo.cs @@ -49,4 +49,4 @@ // 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("1.1.*")] +[assembly: AssemblyVersion("1.2.*")]