diff --git a/README.md b/README.md index 58a3ded..eb5c7d9 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you want to get started quickly head over to the [quick start](/examples/quic example application. Only 5 files to get started. ## Dependency coordinates -Latest pinned version is `1.5.4` +Latest pinned version is `1.5.5` Current development version is `1.5.5-SNAPHOT` diff --git a/build.gradle b/build.gradle index bb07b81..485fd49 100644 --- a/build.gradle +++ b/build.gradle @@ -6,5 +6,5 @@ allprojects { options.compilerArgs << "-Xlint:unchecked" << "-Xlint:deprecation" } } - version = "1.5.5-SNAPSHOT" + version = "1.5.5" }