Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit cecf5ff

Browse files
authored
Merge pull request #10 from WackyModer/dev
version bump to 0.1.3 + minor fix
2 parents bf96a28 + ebe8ed9 commit cecf5ff

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ModManager.cs

-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ public static class ModManager
3434
public static string GetLoadedModsInfoText()
3535
{
3636
string modInfoString = "";
37-
Logger.Log(string.Join(", ", loadedMods));
38-
//Debug.Log(string.Join(", ", loadedMods));
3937
int i = 0;
4038
foreach (var loadedMod in loadedMods)
4139
{

Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
// X: major versions
3838
// Y: feature addition/ removal
3939
// Z: small patch/ bugfix
40-
[assembly: AssemblyVersion("0.1.2")]
40+
[assembly: AssemblyVersion("0.1.3")]

0 commit comments

Comments
 (0)