Skip to content

Commit

Permalink
Incremented version number to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwparksfan committed Apr 10, 2020
1 parent f47b94b commit b21dcef
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", 25266321);
VersionCheck = new GithubVersionCheck("pnwparksfan", "rph-live-lights", 25387391);
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.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")]

0 comments on commit b21dcef

Please sign in to comment.