Skip to content

Commit

Permalink
v4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Nov 19, 2024
1 parent 65744fd commit 69ea674
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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.3</version>
<version>4.2.4</version>

<repositories>
<repository>
Expand Down Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.4.6.1</version>
<version>5.4.14</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
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 = 109;
public static final String MIN_MBEDWARS_VER_NAME = "5.4.10";
public static final int MIN_MBEDWARS_API_VER = 113;
public static final String MIN_MBEDWARS_VER_NAME = "5.4.14";

@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.3
version: 4.2.4
author: MetallicGoat
main: me.metallicgoat.tweaksaddon.MBedwarsTweaksPlugin
description: Adds some extra customizability to MBedwars
Expand Down

0 comments on commit 69ea674

Please sign in to comment.