We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19b3f1a commit 5ac0dd0Copy full SHA for 5ac0dd0
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>gg.playit.gg</groupId>
8
<artifactId>playit-minecraft-java-plugin</artifactId>
9
- <version>0.1.3</version>
+ <version>0.1.4</version>
10
11
<properties>
12
<maven.compiler.source>16</maven.compiler.source>
@@ -36,7 +36,7 @@
36
<dependency>
37
<groupId>com.fasterxml.jackson.core</groupId>
38
<artifactId>jackson-databind</artifactId>
39
- <version>2.13.4</version>
+ <version>2.14.0-rc1</version>
40
</dependency>
41
42
src/main/resources/plugin.yml
@@ -1,5 +1,5 @@
1
name: playit-gg
2
-version: 0.1.1
+version: 0.1.4
3
main: gg.playit.minecraft.PlayitBukkit
4
author: https://playit.gg
5
description: Makes your server public so friends can connect
0 commit comments