Skip to content

Commit

Permalink
chore: boost versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LumiFae committed Dec 11, 2024
1 parent 157dfc7 commit 6848c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DiscordLab.Bot/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Plugin : Plugin<Config>
public override string Name => "DiscordLab";
public override string Author => "JayXTQ";
public override string Prefix => "DiscordLab";
public override Version Version => new (1, 4, 1);
public override Version Version => new (1, 4, 2);
public override Version RequiredExiledVersion => new (8, 11, 0);
public override PluginPriority Priority => PluginPriority.Higher;

Expand Down
2 changes: 1 addition & 1 deletion DiscordLab.ModerationLogs/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public class Plugin : Plugin<Config, Translation>
public override string Name => "DiscordLab.ModerationLogs";
public override string Author => "JayXTQ";
public override string Prefix => "DL.ModerationLogs";
public override Version Version => new (1, 4, 1);
public override Version Version => new (1, 4, 2);
public override Version RequiredExiledVersion => new (8, 11, 0);
public override PluginPriority Priority => PluginPriority.Default;

Expand Down

0 comments on commit 6848c7b

Please sign in to comment.