Skip to content

Commit

Permalink
Update VersionNumberScript.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
FoeFear authored May 22, 2022
1 parent a17cdb5 commit 009694a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
public class VersionNumberScript : MonoBehaviour
{
public static string version = "Beta 0.1.1";
public static string mapVersion = "Beta 0.1.0";
public static string mapVersion = "Beta 0.1.1";
static VersionNumberScript instance;
public Text episodeText;

Expand Down

0 comments on commit 009694a

Please sign in to comment.