Skip to content

Commit

Permalink
Bumped version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Dec 22, 2023
1 parent 1b9b026 commit 0e4776d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RetakesPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace RetakesPlugin;
public class RetakesPlugin : BasePlugin
{
public override string ModuleName => "Retakes Plugin";
public override string ModuleVersion => "1.0.0";
public override string ModuleVersion => "1.0.3";
public override string ModuleAuthor => "B3none";
public override string ModuleDescription => "Community retakes for CS2.";

Expand Down

0 comments on commit 0e4776d

Please sign in to comment.