Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Aug 23, 2024
1 parent a149cbf commit 6fa8526
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed libs/public/BedwarsAPI-5.4.5.jar
Binary file not shown.
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.0</version>
<version>4.2.2</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 = 106;
public static final String MIN_MBEDWARS_VER_NAME = "5.4.6.1";
public static final int MIN_MBEDWARS_API_VER = 109;
public static final String MIN_MBEDWARS_VER_NAME = "5.4.10";

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

0 comments on commit 6fa8526

Please sign in to comment.