We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 743b88d commit 62e8c8cCopy full SHA for 62e8c8c
gradle.properties
@@ -2,14 +2,14 @@ org.gradle.jvmargs=-Xmx2G
2
3
java_version=17
4
5
-bukkit_api_version=1.18
6
-bukkit_version=1.18.2-R0.1-SNAPSHOT
+bukkit_api_version=1.19
+bukkit_version=1.19-R0.1-SNAPSHOT
7
8
# Target an older API to make it compatible with older versions of the voice chat
9
# This is the oldest available version of the voice chat API
10
# If you want to use features that are introduced in later versions you need to use a newer version
11
voicechat_api_version=2.1.12
12
13
-plugin_version=1.0.0
+plugin_version=1.0.1
14
maven_group=de.maxhenkel.voicechat_broadcast
15
archives_base_name=voicechat_broadcast
0 commit comments