Skip to content

Commit

Permalink
Build against Spigot 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Jun 21, 2023
1 parent 126bb8d commit 76caba7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.pseudoknight</groupId>
<artifactId>chspigot</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<name>CHSpigot</name>
<description>Gives access to methods available in Spigot but not Bukkit</description>

Expand Down Expand Up @@ -109,5 +109,11 @@
<artifactId>commandhelper</artifactId>
<version>3.3.4-SNAPSHOT</version>
</dependency>

<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot</artifactId>
<version>1.20.1-R0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/java/me/pseudoknight/chspigot/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@MSExtension("CHSpigot")
public class Extension extends AbstractExtension {

private final SimpleVersion VERSION = new SimpleVersion(2,0,4);
private final SimpleVersion VERSION = new SimpleVersion(2,0,5);

@Override
public Version getVersion() {
Expand Down

0 comments on commit 76caba7

Please sign in to comment.