diff --git a/README.md b/README.md index 1e9401c..805ef2c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.gradle b/build.gradle index 596733c..f850624 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ apply plugin: 'com.bmuschko.nexus' archivesBaseName = 'hummingbird' group 'com.sparrowwallet' -version '1.5' +version '1.5.1' repositories { mavenCentral()