Skip to content

Commit 5eed328

Browse files
committed
release: 2.8.7
1 parent 3e0e0ed commit 5eed328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

zmusic-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'com.github.johnrengelman.shadow' version '8.1.1'
33
}
44

5-
version = '2.8.6'
5+
version = '2.8.7'
66

77
dependencies {
88
compileOnly 'ink.ptms:nms-all:1.0.0'

zmusic-plugin/src/main/java/me/zhenxin/zmusic/ZMusic.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public final class ZMusic {
2828

2929
public static File dataFolder;
3030
public static String thisVer;
31-
public static int thisVerCode = 202403070;
31+
public static int thisVerCode = 202408050;
3232
public static boolean isVip = false;
3333
public static boolean isViaVer = true;
3434
public static boolean isEnable = true;

0 commit comments

Comments
 (0)