From 9fedc52d47908ade596edf6278a4eb2c8c54168c Mon Sep 17 00:00:00 2001 From: = Date: Sun, 12 Jul 2020 14:39:55 -0500 Subject: [PATCH] release-1.5.5: pinned to 1.5.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }