Skip to content

Commit

Permalink
5.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Apr 28, 2024
1 parent 7dc2a49 commit 8221fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "me.neznamy"
version = "5.0.5"
version = "5.0.6"

dependencies {
compileOnly(libs.annotations)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/neznamy/tab/bridge/shared/TABBridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
public class TABBridge {

public static final String CHANNEL_NAME = "tab:bridge-5";
public static final String PLUGIN_VERSION = "5.0.4";
public static final String PLUGIN_VERSION = "5.0.6";
@Getter @Setter private static TABBridge instance;

@Getter private final Platform platform;
Expand Down

0 comments on commit 8221fb3

Please sign in to comment.