Skip to content

Commit

Permalink
Incremented version info
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwparksfan committed Aug 17, 2020
1 parent 413f32c commit 3c36c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LiveLights/EntryPoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down
4 changes: 2 additions & 2 deletions LiveLights/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 3c36c4d

Please sign in to comment.