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

Commit

Permalink
Release (v4.0.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Mar 25, 2024
1 parent a4fb4ad commit 1ce4a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-- 2023.03.25 - V4.0.2

- fix: Console warnings about missing keys

-- 2023.03.25 - V4.0.1

- feat: Initiated API
Expand Down
2 changes: 1 addition & 1 deletion K4-System/src/Plugin/PluginManifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public sealed partial class Plugin : BasePlugin

public override string ModuleAuthor => "K4ryuu";

public override string ModuleVersion => "4.0.1 " +
public override string ModuleVersion => "4.0.2 " +
#if RELEASE
"(release)";
#else
Expand Down

0 comments on commit 1ce4a2d

Please sign in to comment.