Add Build Batch File

This commit is contained in:
Exil Productions
2025-11-11 23:03:59 +01:00
parent b1e5cc6f25
commit 3a4f6c74b1
2 changed files with 29 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ namespace VMM
internal class ModInfo
{
public const string Name = "VigilModManager";
public const string Version = "1.0.0";
public const string Version = "1.0.1";
public const string Author = "Exil_S";
public const string DownloadLink = "https://github.com/ExilProductions/VigilModManager";
}