Skip to content

Commit

Permalink
Update domain suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Oct 8, 2022
1 parent f318d73 commit 47a6a09
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 @@ -6,7 +6,7 @@ plugins {

allprojects {
group = "com.minekube.connect"
version = "0.2.11"
version = "0.2.12"
description =
"Connects the server/proxy to the global Connect network to reach more players while also supporting online mode server, bungee or velocity mode. Visit https://minekube.com/connect"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import java.util.UUID;

public class ConnectPlatform {
private static final String DOMAIN_SUFFIX = ".demo.minekube.net";
private static final String DOMAIN_SUFFIX = ".play.minekube.net";

private static final UUID KEY = UUID.randomUUID();
private final ConnectApi api;
Expand Down

0 comments on commit 47a6a09

Please sign in to comment.