Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Feb 4, 2021
1 parent c23f815 commit b10f209
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Assets/Scripts/Global/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ public class Global : MonoBehaviour {

private static bool isAlreadyInitialized;

public static string CurrentVersion = "1.8.1";
public static int CurrentVersionInt = 101080100;
public static int LatestVersionInt = 101080100;
public static string CurrentVersion = "1.8.2";
public static int CurrentVersionInt = 101080200;
public static int LatestVersionInt = 101080200;

public static SquadBuilderNS.SquadBuilder SquadBuilder { get; set;}
public static SquadBuilder SquadBuilder { get; set;}

void Awake()
{
Expand Down

0 comments on commit b10f209

Please sign in to comment.