From 761326d9a27bc1389b5e1127838eb612e7274de3 Mon Sep 17 00:00:00 2001 From: Craig Raw Date: Tue, 9 Jan 2024 12:35:30 +0200 Subject: [PATCH] bump to v1.7.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29c907d..a849268 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.7') +implementation('com.sparrowwallet:hummingbird:1.7.0') ``` ## Usage diff --git a/build.gradle b/build.gradle index fb8135e..cc6000f 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus' archivesBaseName = 'hummingbird' group 'com.sparrowwallet' -version '1.6.7' +version '1.7.0' repositories { mavenCentral()