This commit is contained in:
Craig Raw 2020-11-16 14:19:02 +02:00
parent 5e6c7d67a5
commit 874d06f55c
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ It contains both the classes to represent a UR, and a UR encoder and decoder to
Hummingbird is hosted in Maven Central and can be added as a dependency with the following:
```
implementation('com.sparrowwallet:hummingbird:1.5')
implementation('com.sparrowwallet:hummingbird:1.5.1')
```
## Usage

View file

@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus'
archivesBaseName = 'hummingbird'
group 'com.sparrowwallet'
version '1.5'
version '1.5.1'
repositories {
mavenCentral()