bump to v1.7.4

This commit is contained in:
Craig Raw 2024-10-22 19:21:32 +02:00
parent e4071ab1cc
commit 8f70f917a3
2 changed files with 2 additions and 2 deletions

View file

@ -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.7.3')
implementation('com.sparrowwallet:hummingbird:1.7.4')
```
## Usage

View file

@ -7,7 +7,7 @@ plugins {
archivesBaseName = 'hummingbird'
group 'com.sparrowwallet'
version '1.7.3'
version '1.7.4'
repositories {
mavenCentral()