diff --git a/LiveLights/EntryPoint.cs b/LiveLights/EntryPoint.cs index b37f0ca..42a3c18 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", 25796806); + VersionCheck = new GithubVersionCheck("pnwparksfan", "rph-live-lights", 29759134); 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 06e85c3..9aa5404 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.6.*")] +[assembly: AssemblyVersion("0.7.*")] // This is required for Octokit to check the version against github -[assembly: AssemblyInformationalVersion("0.6 Beta")] +[assembly: AssemblyInformationalVersion("0.7 RC")] // [assembly: AssemblyVersion("1.0.0.0")] // [assembly: AssemblyFileVersion("1.0.0.0")]