From 45187fef53bedcc3a93c5cce9fe9af74b2b2a74e Mon Sep 17 00:00:00 2001 From: flerouwu Date: Sat, 30 Dec 2023 08:11:02 +1030 Subject: [PATCH] chore: bump version --- FastStartup/FastStartup.csproj | 2 +- FastStartup/Plugin.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }