From b21dcef3584b6019ea8c32d13403a32b6398b872 Mon Sep 17 00:00:00 2001 From: PNWParksFan Date: Fri, 10 Apr 2020 01:27:09 -0700 Subject: [PATCH] Incremented version number to 0.5 --- LiveLights/EntryPoint.cs | 2 +- LiveLights/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LiveLights/EntryPoint.cs b/LiveLights/EntryPoint.cs index 5966d60..10fccd9 100644 --- a/LiveLights/EntryPoint.cs +++ b/LiveLights/EntryPoint.cs @@ -47,7 +47,7 @@ private static void Main() if(Settings.CheckForUpdates) { - VersionCheck = new GithubVersionCheck("pnwparksfan", "rph-live-lights", 25266321); + VersionCheck = new GithubVersionCheck("pnwparksfan", "rph-live-lights", 25387391); Game.LogTrivial($"Latest release on github: {VersionCheck.LatestRelease?.TagName}"); if (VersionCheck.IsUpdateAvailable()) { diff --git a/LiveLights/Properties/AssemblyInfo.cs b/LiveLights/Properties/AssemblyInfo.cs index dca4598..d22c459 100644 --- a/LiveLights/Properties/AssemblyInfo.cs +++ b/LiveLights/Properties/AssemblyInfo.cs @@ -31,8 +31,8 @@ // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("0.4.*")] +[assembly: AssemblyVersion("0.5.*")] // This is required for Octokit to check the version against github -[assembly: AssemblyInformationalVersion("0.4 Beta")] +[assembly: AssemblyInformationalVersion("0.5 Beta")] // [assembly: AssemblyVersion("1.0.0.0")] // [assembly: AssemblyFileVersion("1.0.0.0")]