diff --git a/FastStartup/FastStartup.csproj b/FastStartup/FastStartup.csproj index f030d1b..5ce8650 100644 --- a/FastStartup/FastStartup.csproj +++ b/FastStartup/FastStartup.csproj @@ -2,7 +2,7 @@ netstandard2.1 Mod to skip the animations / splashes that play on game startup. - 1.0.0 + 1.1.0 true default FastStartup diff --git a/FastStartup/Plugin.cs b/FastStartup/Plugin.cs index 7acbcab..1581d58 100644 --- a/FastStartup/Plugin.cs +++ b/FastStartup/Plugin.cs @@ -8,7 +8,7 @@ namespace FastStartup; public class Plugin : BaseUnityPlugin { public const string ModId = "dev.flero.lethal.FastStartup"; public const string ModName = "FastStartup"; - public const string ModVersion = "1.0.0"; + public const string ModVersion = "1.1.0"; public new static Config Config { get; private set; } public static bool Initialized { get; private set; }