Skip to content

Commit

Permalink
Changed Version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Ovcharov committed Aug 20, 2024
1 parent c7e2a10 commit 4e3d8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GameCMSPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public sealed partial class GameCMSPlugin : BasePlugin, IPluginConfig<GameCMSConfig>
{
public override string ModuleName => "GameCMS.ORG";
public override string ModuleVersion => "1.0.5";
public override string ModuleVersion => "1.0.6";
public override string ModuleAuthor => "GameCMS.ORG (Wohaho)";
public override string ModuleDescription => "Plugin that allows you to connect your CS2 Server with the platform. Made with love. Keep it simple - GameCMS.ORG";
public GameCMSConfig Config { get; set; } = new();
Expand Down

0 comments on commit 4e3d8d6

Please sign in to comment.