diff --git a/README.markdown b/README.markdown index 8501dcb0..48841468 100644 --- a/README.markdown +++ b/README.markdown @@ -29,7 +29,7 @@ To use maven add this dependency to your pom.xml: org.java-websocket Java-WebSocket - 1.4.1 + 1.5.0 ``` @@ -40,7 +40,7 @@ mavenCentral() ``` Then you can just add the latest version to your build. ```xml -compile "org.java-websocket:Java-WebSocket:1.4.1" +compile "org.java-websocket:Java-WebSocket:1.5.0" ``` #### Logging diff --git a/pom.xml b/pom.xml index 8f809397..46e8aa43 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.java-websocket Java-WebSocket jar - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT Java-WebSocket A barebones WebSocket client and server implementation written 100% in Java https://github.com/TooTallNate/Java-WebSocket