Release v2.3 - updated PlaceholderAPI

This commit is contained in:
Artemis-the-gr8 2024-10-04 15:20:10 +02:00
parent 0e4edf6124
commit af6864aaac
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
<groupId>io.github.ithotl</groupId> <groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId> <artifactId>PlayerStats</artifactId>
<name>PlayerStats</name> <name>PlayerStats</name>
<version>2.2</version> <version>2.3</version>
<description>Statistics Plugin</description> <description>Statistics Plugin</description>
<url>https://www.spigotmc.org/resources/playerstats.102347/</url> <url>https://www.spigotmc.org/resources/playerstats.102347/</url>
<developers> <developers>
@ -203,13 +203,13 @@
<dependency> <dependency>
<groupId>org.spigotmc</groupId> <groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId> <artifactId>spigot-api</artifactId>
<version>1.20.2-R0.1-SNAPSHOT</version> <version>1.21-R0.1-SNAPSHOT</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.11.5</version> <version>2.11.6</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>

View File

@ -91,7 +91,7 @@
<dependency> <dependency>
<groupId>me.clip</groupId> <groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId> <artifactId>placeholderapi</artifactId>
<version>2.11.5</version> <version>2.11.6</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>