From d16dfd0182ab827c073005f58f1b380531c37de1 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Wed, 12 Oct 2022 08:53:25 +0200 Subject: [PATCH] update version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ba24a4..1d2c6c3 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Hummingbird requires a minimum of Java 8. Hummingbird is hosted in Maven Central and can be added as a dependency with the following: ``` -implementation('com.sparrowwallet:hummingbird:1.6.5') +implementation('com.sparrowwallet:hummingbird:1.6.6') ``` ## Usage