Skip to content

Commit

Permalink
increment plugin version + api version
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXeR54 committed Feb 5, 2022
1 parent 10012e7 commit dd8570e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

<dependencies>
<dependency>
<groupId>com.destroystokyo.paper</groupId>
<groupId>io.papermc.paper</groupId>
<artifactId>paper-api</artifactId>
<version>1.15.2-R0.1-SNAPSHOT</version>
<version>1.18.1-R0.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
5 changes: 3 additions & 2 deletions src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: PreventPortal
version: 1.0.0
version: 1.1.0
main: ru.mixer54.pp.PreventPortal
description: Prevent Nether portal creation
api-version: 1.15
api-version: 1.18
author: MiXeR54

0 comments on commit dd8570e

Please sign in to comment.