diff --git a/pom.xml b/pom.xml
index f2b5c7c..aa08af2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,9 +2,9 @@
4.0.0com.blogspot.debukkitsblogSimpleServerClient
- 2.3.4
+ 2.4.0SimpleServerClient
- Offers very simple and easy-to-use Java classes for Client-Server-Client or just Server-Client applications doing all the work for connection setup, reconnection, timeout, keep-alive, etc. in the background.
+ A very lightweight and easy-to-use library for client-server-client or simply server-client applications in Java doing all the work for you: connection setup, reconnection, timeout, keep-alive etc. in the background. Simply tell the application what to send and receive, and the rest will happen by itself. That's almost magic!UTF-8
@@ -13,9 +13,11 @@
src
-
+
diff --git a/src/com/blogspot/debukkitsblog/net/Client.java b/src/com/blogspot/debukkitsblog/net/Client.java
index 79606a5..a5d5fd9 100644
--- a/src/com/blogspot/debukkitsblog/net/Client.java
+++ b/src/com/blogspot/debukkitsblog/net/Client.java
@@ -18,7 +18,7 @@
* originally created on March 9, 2016 in Horstmar, Germany
*
* @author Leonard Bienbeck
- * @version 2.3.5
+ * @version 2.4.0
*/
public class Client {
diff --git a/src/com/blogspot/debukkitsblog/net/Datapackage.java b/src/com/blogspot/debukkitsblog/net/Datapackage.java
index e863335..d722ff1 100644
--- a/src/com/blogspot/debukkitsblog/net/Datapackage.java
+++ b/src/com/blogspot/debukkitsblog/net/Datapackage.java
@@ -8,7 +8,7 @@
* SimpleServerClient Clients and Servers
*
* @author Leonard Bienbeck
- * @version 2.3.4
+ * @version 2.4.0
*/
public class Datapackage extends ArrayList