Skip to content

Commit

Permalink
v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Jan 12, 2025
1 parent 0bc5afd commit e0f6c39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>MBedwarsTweaks</artifactId>
<version>4.2.4</version>
<version>4.3.0</version>

<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

public class MBedwarsTweaksPlugin extends JavaPlugin {

public static final int MIN_MBEDWARS_API_VER = 113;
public static final String MIN_MBEDWARS_VER_NAME = "5.4.14";
public static final int MIN_MBEDWARS_API_VER = 200;
public static final String MIN_MBEDWARS_VER_NAME = "5.5";

@Getter
private static MBedwarsTweaksPlugin instance;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: MBedwarsTweaks
version: 4.2.4
version: 4.3.0
author: MetallicGoat
main: me.metallicgoat.tweaksaddon.MBedwarsTweaksPlugin
description: Adds some extra customizability to MBedwars
Expand Down

0 comments on commit e0f6c39

Please sign in to comment.