Skip to content

Commit c78e248

Browse files
committed
chore: Bump version to 2.9.1 and update version code
1 parent 6b383ec commit c78e248

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.0'
5+
version = '2.9.1'
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 = 202408050;
31+
public static int thisVerCode = 202505280;
3232
public static boolean isVip = false;
3333
public static boolean isViaVer = true;
3434
public static boolean isEnable = true;

0 commit comments

Comments
 (0)