Skip to content

Commit

Permalink
Start 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
imDaniX committed Jun 25, 2024
1 parent c87e993 commit f0e32dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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>fun.reactions</groupId>
<artifactId>reactions-project</artifactId>
<version>0.14.6</version>
<version>0.14.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>ReActions-Project</name>
Expand All @@ -17,7 +17,7 @@

<description>Simplest scripting engine for Paper</description>
<properties>
<build-suffix></build-suffix>
<build-suffix>-custom</build-suffix>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion reactions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>reactions-project</artifactId>
<groupId>fun.reactions</groupId>
<version>0.14.6</version>
<version>0.14.7-SNAPSHOT</version>
</parent>

<artifactId>reactions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion reactions/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ReActions
description: '${project.parent.description}'
api-version: '1.19'
api-version: '1.20'
main: fun.reactions.ReActionsPlugin
version: '${project.version}${build-suffix}'
website: https://github.com/GlowingInk/ReActions
Expand Down

0 comments on commit f0e32dd

Please sign in to comment.