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")]