Skip to content
This repository has been archived by the owner on Oct 9, 2022. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Build committed Jun 23, 2022
1 parent b9f4234 commit 19f4ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CandyWeight/CandyWeight.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>9</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Authors>Build</Authors>
<Version>1.0.0</Version>
<Version>2.0.0</Version>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CopyLocalLockFileAssemblies>false</CopyLocalLockFileAssemblies>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion CandyWeight/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class Plugin : Plugin<Config>
public override string Prefix => "CandyWeight";

/// <inheritdoc/>
public override Version Version { get; } = new(1, 0, 0);
public override Version Version { get; } = new(2, 0, 0);

/// <inheritdoc/>
public override Version RequiredExiledVersion { get; } = new(5, 2, 1);
Expand Down

0 comments on commit 19f4ebf

Please sign in to comment.