From d9462bec99553d4eda70e1c22cfcbe59b6a2edf2 Mon Sep 17 00:00:00 2001 From: Florian Kirmaier Date: Sat, 4 Jul 2026 23:15:09 +0200 Subject: [PATCH] README: reference latest release 0.6.0 Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01QnYPpB5Uzo4S63zNSD6sAu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d82a9e2..86e402d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The library is published at MavenCentral one.jpro jmemorybuddy - 0.5.6 + 0.6.0 test ``` @@ -24,7 +24,7 @@ The library is published at MavenCentral #### Gradle ``` dependencies { - compile "one.jpro:jmemorybuddy:0.5.6" + compile "one.jpro:jmemorybuddy:0.6.0" } ```