Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Apr 15, 2024
1 parent 6c971f8 commit 763556c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions 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>3.0.0</version>
<version>3.0.1</version>

<repositories>
<repository>
Expand All @@ -26,18 +26,18 @@
<version>1.13.2-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.4.4</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>de.marcely.bedwars</groupId>-->
<!-- <artifactId>API</artifactId>-->
<!-- <version>5.3.3</version>-->
<!-- <scope>system</scope>-->
<!-- <systemPath>${basedir}/libs/public/BedwarsAPI-5.3.3.jar</systemPath>-->
<!-- </dependency>-->
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.3.3</version>
<scope>system</scope>
<systemPath>${basedir}/libs/public/BedwarsAPI-5.3.3.jar</systemPath>
</dependency>
</dependencies>

<properties>
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: 3.0.0
version: 3.0.1
main: me.metallicgoat.specialItems.ExtraSpecialItemsPlugin
depend: [MBedwars]
api-version: 1.13

0 comments on commit 763556c

Please sign in to comment.