Skip to content

Commit

Permalink
Version update to 1.3.1
Browse files Browse the repository at this point in the history
Now following game versions
  • Loading branch information
Exund committed Apr 28, 2018
1 parent bf6f4de commit 86df639
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/SFSML/ModLoader.cs
Expand Up @@ -363,7 +363,7 @@ static ModLoader()

public MyConsole myConsole;

public static readonly string version = "1.0.0.R2";
public static readonly string version = "1.3.1";

private static string logTag = "ModLoader " + ModLoader.version;

Expand Down
6 changes: 3 additions & 3 deletions Source/SFSML/Translation/Languages/ModLoaderLang.cs
Expand Up @@ -8,11 +8,11 @@ public ModLoaderLang()
{
}

public string Version = "1.0.3.B1";
public string Version = "1.3.1";

public string LoaderTag = "Hydria [1.0.3.R1]";
public string LoaderTag = "Hydria [1.3.1]";

public string LoaderVersion = "1.0.3.R1";
public string LoaderVersion = "1.3.1";

public string EntryMessage = "Loading Hydria Modding Environment Version: %LoaderVersion%";

Expand Down

0 comments on commit 86df639

Please sign in to comment.