diff --git a/PokeRoadie/PokeRoadieLogic.cs b/PokeRoadie/PokeRoadieLogic.cs index 3aea4a4..00c81c8 100644 --- a/PokeRoadie/PokeRoadieLogic.cs +++ b/PokeRoadie/PokeRoadieLogic.cs @@ -133,8 +133,8 @@ private bool RaiseSyncEvent(Delegate method, params object[] args) private int locationAttemptCount = 0; private List tutorialAttempts = new List(); private List _recentEncounters = new List(); - public volatile bool NeedsNewLogin = false; - public volatile bool IsTravelingLongDistance; + public static volatile bool NeedsNewLogin = false; + public static volatile bool IsTravelingLongDistance; #endregion #region " Properties " diff --git a/PokeRoadie/Properties/AssemblyInfo.cs b/PokeRoadie/Properties/AssemblyInfo.cs index 992928f..4006593 100644 --- a/PokeRoadie/Properties/AssemblyInfo.cs +++ b/PokeRoadie/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2016.9.8.1")] +[assembly: AssemblyVersion("2016.9.8.2")] [assembly: AssemblyFileVersion("1.0.0.0")]