Skip to content

Commit

Permalink
3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
NEZNAMY committed Jul 28, 2023
1 parent ec1be40 commit 6586625
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.2"
version = "3.1.3"

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.2";
public static final String PLUGIN_VERSION = "3.1.3";
@Getter @Setter private static TABBridge instance;

@Getter private final Platform platform;
Expand Down

0 comments on commit 6586625

Please sign in to comment.