We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e0e0ed commit 5eed328Copy full SHA for 5eed328
zmusic-plugin/build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'com.github.johnrengelman.shadow' version '8.1.1'
3
}
4
5
-version = '2.8.6'
+version = '2.8.7'
6
7
dependencies {
8
compileOnly 'ink.ptms:nms-all:1.0.0'
zmusic-plugin/src/main/java/me/zhenxin/zmusic/ZMusic.java
@@ -28,7 +28,7 @@ public final class ZMusic {
28
29
public static File dataFolder;
30
public static String thisVer;
31
- public static int thisVerCode = 202403070;
+ public static int thisVerCode = 202408050;
32
public static boolean isVip = false;
33
public static boolean isViaVer = true;
34
public static boolean isEnable = true;
0 commit comments