Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MetallicGoat committed Sep 2, 2023
1 parent b2f5cc7 commit 56c0f2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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>3.2.0-Dev-A</version>
<version>3.2.0</version>

<repositories>
<repository>
Expand Down Expand Up @@ -36,19 +36,19 @@
<version>2.11.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.3</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.metallicgoat.hotbarmanageraddon</groupId>
<artifactId>API</artifactId>
<version>1.0</version>
<scope>system</scope>
<systemPath>${basedir}/libs/public/HotbarManager-1.0-SNAPSHOT.jar</systemPath>
</dependency>
<dependency>
<groupId>de.marcely.bedwars</groupId>
<artifactId>API</artifactId>
<version>5.2.7</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>me.harsh</groupId>
<artifactId>PrestigesAddon</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,5 +1,5 @@
name: MBedwarsTweaks
version: 3.2.0-Dev-A
version: 3.2.0
author: MetallicGoat
main: me.metallicgoat.tweaksaddon.MBedwarsTweaksPlugin
description: Adds some extra customizability to MBedwars
Expand Down

0 comments on commit 56c0f2a

Please sign in to comment.