We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89d63a1 commit 1355972Copy full SHA for 1355972
pom.xml
@@ -11,12 +11,12 @@
11
12
<artifactId>ezyfox-server-java-client</artifactId>
13
14
- <version>1.1.2</version>
+ <version>1.1.3</version>
15
<name>ezyfox-server-java-client</name>
16
<url>https://youngmonkeys.org/</url>
17
18
<properties>
19
- <ezy.version>1.1.8</ezy.version>
+ <ezy.version>1.1.9</ezy.version>
20
</properties>
21
22
<dependencies>
src/main/java/com/tvd12/ezyfoxserver/client/handler/EzyConnectionSuccessHandler.java
@@ -35,7 +35,7 @@ protected final EzyRequest newHandshakeRequest() {
35
getClientId(),
36
generateClientKey(),
37
"JAVA",
38
- "1.1.2",
+ "1.1.3",
39
client.isEnableSSL(),
40
getStoredToken()
41
);
0 commit comments