From 1a7d56a3a915b90cf8f6c2bb7d9b4fa28d021b24 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Mon, 29 May 2023 15:25:40 +0200 Subject: [PATCH] bump to v1.6.7 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d2c6c3..29c907d 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.6') +implementation('com.sparrowwallet:hummingbird:1.6.7') ``` ## Usage diff --git a/build.gradle b/build.gradle index 53fe069..fb8135e 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus' archivesBaseName = 'hummingbird' group 'com.sparrowwallet' -version '1.6.6' +version '1.6.7' repositories { mavenCentral()