From 0fb280abf7b64e232dfe9e737afc4a7983e67702 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 30 May 2022 13:26:01 +0200 Subject: [PATCH] v1.6.5 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2d496c..6ba24a4 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.4') +implementation('com.sparrowwallet:hummingbird:1.6.5') ``` ## Usage diff --git a/build.gradle b/build.gradle index 15f1749..70bdf7f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus' archivesBaseName = 'hummingbird' group 'com.sparrowwallet' -version '1.6.4' +version '1.6.5' repositories { mavenCentral()