Skip to content

Commit

Permalink
Bump min version to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Sep 2, 2023
1 parent e1795b1 commit b2f5cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
public class MBedwarsTweaksPlugin extends JavaPlugin {

public static final int MIN_MBEDWARS_API_VER = 24;
public static final String MIN_MBEDWARS_VER_NAME = "5.2.8";
public static final String MIN_MBEDWARS_VER_NAME = "5.3";

@Getter private static MBedwarsTweaksPlugin instance;
@Getter private static MBedwarsTweaksAddon addon;
Expand Down

0 comments on commit b2f5cc7

Please sign in to comment.