Skip to content

Commit

Permalink
bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 8, 2024
1 parent 8b33292 commit 909c498
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UpdateManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public partial class UpdateManager : BasePlugin
{
public override string ModuleName => "Update Manager";
public override string ModuleAuthor => "Jon-Mailes Graeffe <[email protected]> / Kalle <[email protected]>";
public override string ModuleVersion => "0.1.1";
public override string ModuleVersion => "0.1.2";

private string _pluginPath = "";
private List<Tuple<string, string, string>> _plugins = new();
Expand Down

0 comments on commit 909c498

Please sign in to comment.