Skip to content

Commit 9390c40

Browse files
committed
version 1.2.0
1 parent 7f9c27e commit 9390c40

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
<parent>
77
<groupId>com.tvd12</groupId>
88
<artifactId>ezyfox</artifactId>
9-
<version>1.0.4</version>
9+
<version>1.0.5</version>
1010
</parent>
1111

1212
<artifactId>ezyfox-server-java-client</artifactId>
1313

14-
<version>1.1.9</version>
14+
<version>1.2.0</version>
1515
<name>ezyfox-server-java-client</name>
1616
<url>https://youngmonkeys.org/</url>
1717

1818
<properties>
19-
<ezy.version>1.2.3</ezy.version>
19+
<ezy.version>1.2.4</ezy.version>
2020
</properties>
2121

2222
<dependencies>

src/main/java/com/tvd12/ezyfoxserver/client/handler/EzyConnectionSuccessHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.tvd12.ezyfoxserver.client.handler;
22

3-
import com.tvd12.ezyfox.sercurity.EzyKeysGenerator;
3+
import com.tvd12.ezyfox.security.EzyKeysGenerator;
44
import com.tvd12.ezyfoxserver.client.constant.EzyConnectionStatus;
55
import com.tvd12.ezyfoxserver.client.event.EzyEvent;
66
import com.tvd12.ezyfoxserver.client.request.EzyHandshakeRequest;

src/main/java/com/tvd12/ezyfoxserver/client/handler/EzyHandshakeHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.tvd12.ezyfoxserver.client.handler;
22

33
import com.tvd12.ezyfox.entity.EzyArray;
4-
import com.tvd12.ezyfox.sercurity.EzyAsyCrypt;
4+
import com.tvd12.ezyfox.security.EzyAsyCrypt;
55
import com.tvd12.ezyfoxserver.client.request.EzyRequest;
66
import com.tvd12.ezyfoxserver.client.socket.EzyPingSchedule;
77
import com.tvd12.ezyfoxserver.client.socket.EzyPingScheduleAware;

0 commit comments

Comments
 (0)