Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flerouwu committed Dec 29, 2023
1 parent 7e53b9a commit 45187fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FastStartup/FastStartup.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
<Description>Mod to skip the animations / splashes that play on game startup.</Description>
<Version>1.0.0</Version>
<Version>1.1.0</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>default</LangVersion>
<PackageId>FastStartup</PackageId>
Expand Down
2 changes: 1 addition & 1 deletion FastStartup/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 45187fe

Please sign in to comment.