Skip to content

Commit

Permalink
release: 2.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Aug 5, 2024
1 parent 3e0e0ed commit 5eed328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zmusic-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

version = '2.8.6'
version = '2.8.7'

dependencies {
compileOnly 'ink.ptms:nms-all:1.0.0'
Expand Down
2 changes: 1 addition & 1 deletion zmusic-plugin/src/main/java/me/zhenxin/zmusic/ZMusic.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public final class ZMusic {

public static File dataFolder;
public static String thisVer;
public static int thisVerCode = 202403070;
public static int thisVerCode = 202408050;
public static boolean isVip = false;
public static boolean isViaVer = true;
public static boolean isEnable = true;
Expand Down

0 comments on commit 5eed328

Please sign in to comment.