Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandrem committed Dec 1, 2017
1 parent 042f032 commit 16b8f74
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified Assets/Scenes/MainMenu.unity
Binary file not shown.
2 changes: 1 addition & 1 deletion Assets/Scripts/Model/Global.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class Global : MonoBehaviour {

public static string test = "I am accessible from every scene";

public static string CurrentVersion = "0.3.0";
public static string CurrentVersion = "0.3.1";

private static List<ShipConfiguration> shipConfigurations = new List<ShipConfiguration>();

Expand Down

0 comments on commit 16b8f74

Please sign in to comment.