Skip to content

Commit

Permalink
Version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ssypchenko committed Oct 31, 2024
1 parent 1648c9d commit 240b927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GG1MapChooser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ namespace MapChooser;
public class MapChooser : BasePlugin, IPluginConfig<MCConfig>
{
public override string ModuleName => "GG1_MapChooser";
public override string ModuleVersion => "v1.5.0";
public override string ModuleVersion => "v1.5.1";
public override string ModuleAuthor => "Sergey";
public override string ModuleDescription => "Map chooser, voting, rtv, nominate, etc.";
public MCCoreAPI MCCoreAPI { get; set; } = null!;
Expand Down

0 comments on commit 240b927

Please sign in to comment.