From ed19518879cf0a2f3e5b39c1180b5766946b745b Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Fri, 22 Sep 2023 10:52:06 -0400 Subject: [PATCH] Update README version info --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53f33b5..8d1e2ec 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ Add it to your Maven project like so: com.andrewlalis record-net - 1.0.0 + 1.1.0 ``` or Gradle: ```groovy -implementation 'com.andrewlalis:record-net:1.0.0' +implementation 'com.andrewlalis:record-net:1.1.0' ``` ## Example