Skip to content

Commit

Permalink
v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed May 21, 2024
1 parent 972af51 commit e986171
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.metallicgoat</groupId>
<artifactId>PrizeCommands</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>

<repositories>
<repository>
Expand All @@ -26,18 +26,18 @@
<version>1.8.8-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>-->
<!-- <groupId>de.marcely.bedwars</groupId>-->
<!-- <artifactId>API</artifactId>-->
<!-- <version>5.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>
<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>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 4.0.0
version: 4.0.1
name: PrizeCommands
author: MetallicGoat
main: me.metallicgoat.prizecommands.PrizeCommandsPlugin
Expand Down

0 comments on commit e986171

Please sign in to comment.