Skip to content

Commit

Permalink
VERSION 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Apr 24, 2020
1 parent 4be004d commit 080cd21
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 dev";
public static int CurrentVersionInt = 100090909;
public static int LatestVersionInt = 100090909;
public static string CurrentVersion = "1.0";
public static int CurrentVersionInt = 101000000;
public static int LatestVersionInt = 101000000;

void Awake()
{
Expand Down

0 comments on commit 080cd21

Please sign in to comment.