Skip to content

Commit

Permalink
3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Nov 7, 2023
1 parent 4518381 commit 5b7b111
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 = "3.1.7"
version = "3.1.8"

dependencies {
implementation(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 @@ -18,7 +18,7 @@
public class TABBridge {

public static final String CHANNEL_NAME = "tab:bridge-4";
public static final String PLUGIN_VERSION = "3.1.7";
public static final String PLUGIN_VERSION = "3.1.8";
@Getter @Setter private static TABBridge instance;

@Getter private final Platform platform;
Expand Down

0 comments on commit 5b7b111

Please sign in to comment.