Skip to content

Commit

Permalink
Release v2.2 - updated Adventure API and PlaceholderAPI for 1.20.4 co…
Browse files Browse the repository at this point in the history
…mpatibility
  • Loading branch information
Artemis-the-gr8 committed Jan 19, 2024
1 parent 919d44f commit e98f978
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<name>PlayerStats</name>
<version>2.1</version>
<version>2.2</version>
<description>Statistics Plugin</description>
<url>https://www.spigotmc.org/resources/playerstats.102347/</url>
<developers>
Expand Down Expand Up @@ -209,7 +209,7 @@
<dependency>
<groupId>me.clip</groupId>
<artifactId>placeholderapi</artifactId>
<version>2.11.4</version>
<version>2.11.5</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.ithotl</groupId>
<artifactId>PlayerStats</artifactId>
<version>2.1</version>
<version>2.2</version>

<name>PlayerStats</name>
<description>Statistics Plugin</description>
Expand Down Expand Up @@ -73,13 +73,13 @@
<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-api</artifactId>
<version>4.14.0</version>
<version>4.15.0</version>
</dependency>

<dependency>
<groupId>net.kyori</groupId>
<artifactId>adventure-platform-bukkit</artifactId>
<version>4.3.1</version>
<version>4.3.2</version>
</dependency>

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

Expand Down

0 comments on commit e98f978

Please sign in to comment.