fix release version

This commit is contained in:
Craig Raw 2020-10-15 09:20:54 +02:00
parent 4b012d1dce
commit 5b5e2ec1a5

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