mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
Merge branch 'release/5.0.3b3'
This commit is contained in:
commit
4301947a1c
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ public class StandartClientWebSocketService extends ClientWebSocketService {
|
|||
public WaitEventHandler waitEventHandler = new WaitEventHandler();
|
||||
|
||||
public StandartClientWebSocketService(GsonBuilder gsonBuilder, String address, int i) throws SSLException {
|
||||
super(null, address, i);
|
||||
super(gsonBuilder, address, i);
|
||||
}
|
||||
|
||||
public class RequestFuture implements Future<ResultInterface> {
|
||||
|
|
|
@ -23,7 +23,7 @@ public final class Version {
|
|||
public static final int MAJOR = 5;
|
||||
public static final int MINOR = 0;
|
||||
public static final int PATCH = 3;
|
||||
public static final int BUILD = 2;
|
||||
public static final int BUILD = 3;
|
||||
public static final Version.Type RELEASE = Version.Type.STABLE;
|
||||
|
||||
@LauncherAPI
|
||||
|
|
Loading…
Reference in a new issue