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

Commit

Permalink
chore: Change version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
K4ryuu committed Jan 30, 2024
1 parent 2e1b792 commit 6f4b8a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- feat: Option to show playernames in kill/death messages ([#128](https://github.com/K4ryuu/K4-System/issues/128))
- feat: Add notification for not enough players to gain points ([#127](https://github.com/K4ryuu/K4-System/issues/127))
- fix: Admin list problems ([#131](https://github.com/K4ryuu/K4-System/issues/131))
- fix: Round summary for WarmupPeriod disabled ([#115](https://github.com/K4ryuu/K4-System/issues/115))

-- 2023.01.29 - V3.1.5

Expand Down
2 changes: 1 addition & 1 deletion 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 => "3.1.5 " +
public override string ModuleVersion => "3.2.0 " +
#if RELEASE
"(release)";
#else
Expand Down

0 comments on commit 6f4b8a1

Please sign in to comment.