Skip to content

Commit

Permalink
Updated for 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Myuuiii committed Nov 15, 2024
1 parent 823a54b commit 219e862
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

<groupId>com.myuuiii</groupId>
<artifactId>EmpireWandPlus</artifactId>
<version>2.1.10</version>
<version>2.2.0</version>
<packaging>jar</packaging>

<name>EmpireWandPlus</name>

<properties>
<java.version>1.8</java.version>
<java.version>1.21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.19.3-R0.1-SNAPSHOT</version>
<version>1.21.3-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: EmpireWandPlus
version: '${project.version}'
main: com.myuuiii.empirewandplus.EmpireWandPlus
api-version: 1.19
api-version: 1.21.3
authors: [ Myuuiii ]
commands:
wand:

0 comments on commit 219e862

Please sign in to comment.