From f35629374e137653267ac977211a5f35cbb0fb37 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Wed, 8 Dec 2021 08:52:37 +0200 Subject: [PATCH] v1.6.4 with cosigner revisions to crypto-account --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec61ea2..c2d496c 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.3') +implementation('com.sparrowwallet:hummingbird:1.6.4') ``` ## Usage