Skip to content

Commit d26a47f

Browse files
committed
chore: Bump version to 2.10.2 and update version code
1 parent c09b8c6 commit d26a47f

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
alias(libs.plugins.shadow)
33
}
44

5-
version = '2.9.1'
5+
version = '2.10.2'
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
@@ -30,7 +30,7 @@ public final class ZMusic {
3030

3131
public static File dataFolder;
3232
public static String thisVer;
33-
public static int thisVerCode = 202505280;
33+
public static int thisVerCode = 202506140;
3434
public static boolean isVip = false;
3535
public static boolean isViaVer = true;
3636
public static boolean isEnable = true;

0 commit comments

Comments
 (0)