Skip to content

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Apr 25, 2020
1 parent 6572c05 commit 64821b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Assets/Scripts/Global/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public class Global : MonoBehaviour {

private static bool isAlreadyInitialized;

public static string CurrentVersion = "1.0 Hotfix 1";
public static int CurrentVersionInt = 101000100;
public static int LatestVersionInt = 101000100;
public static string CurrentVersion = "1.0.1";
public static int CurrentVersionInt = 101000101;
public static int LatestVersionInt = 101000101;

void Awake()
{
Expand Down

0 comments on commit 64821b2

Please sign in to comment.