Skip to content

Commit

Permalink
- bump to Spigot 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfloris committed Jun 11, 2021
1 parent 0e09b2a commit a9f3982
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.mrfloris</groupId>
<artifactId>AntiFire</artifactId>
<version>2.0.1</version>
<version>2.0.2</version>
<packaging>jar</packaging>

<name>1MB AntiFire</name>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.16.5-R0.1-SNAPSHOT</version>
<version>1.17-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: ${project.artifactId}
version: ${project.version}
main: com.mrfloris.antifire.pluginEvents
api-version: 1.16
api-version: 1.17
prefix: ${project.name}
load: STARTUP
loadbefore: [ Multiverse-Core ]
Expand Down

0 comments on commit a9f3982

Please sign in to comment.