Skip to content

Commit

Permalink
v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Jan 15, 2024
1 parent 532d10c commit d5dba04
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>Extra-Special-Items</artifactId>
<version>2.4.1</version>
<version>3.0.0</version>

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

public class ExtraSpecialItemsPlugin extends JavaPlugin {

public static final int MIN_MBEDWARS_API_VER = 23;
public static final String MIN_MBEDWARS_VER_NAME = "5.2.7";
public static final int MIN_MBEDWARS_API_VER = 100;
public static final String MIN_MBEDWARS_VER_NAME = "5.4";

private static ExtraSpecialItemsAddon addon;
private static ExtraSpecialItemsPlugin 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,6 +1,6 @@
name: ExtraSpecialItems
author: MetallicGoat
version: 2.4.1
version: 3.0.0
main: me.metallicgoat.specialItems.ExtraSpecialItemsPlugin
depend: [MBedwars]
api-version: 1.13

0 comments on commit d5dba04

Please sign in to comment.