diff --git a/README.md b/README.md index ed28ba4..743b02b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Include the litesockets http client into your project from maven central: org.threadly litesockets-http-client - 0.25 + 0.27 ``` @@ -17,7 +17,7 @@ Include the litesockets http server into your project from maven central: org.threadly litesockets-http-server - 0.25 + 0.27 ``` diff --git a/gradle.properties b/gradle.properties index 26b3c37..d6e3c70 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ group = org.threadly -version = 0.27-SNAPSHOT +version = 0.27 threadlyVersion = 5.41 -litesocketsVersion = 4.11 +litesocketsVersion = 4.13 org.gradle.parallel=false junitVersion = 4.12