Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
bump version to 0.2.1 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Aug 28, 2018
1 parent dbc90e3 commit 1ad0783
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ allprojects {

In your application `build.gradle`:
```groovy
def uport_sdk_version = "v0.2.0"
def uport_sdk_version = "v0.2.1"
dependencies {
...
// core SDK
Expand Down Expand Up @@ -140,6 +140,9 @@ but that may be removed when pure kotlin implementations of the required cryptog

### Changelog

* 0.2.1
* bugfix: crash when decrypting fingerprint protected seed

* 0.2.0
* add `:ethr-did` module with support for [resolving `ethr-did`s](https://github.com/uport-project/ethr-did-resolver)
* move [uport-android-signer](https://github.com/uport-project/uport-android-signer) into this SDK as `:signer` module
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
kethereum_version = "0.53"
khex_version = "0.5"

uport_sdk_version = "0.2.0"
uport_sdk_version = "0.2.1"
}

repositories {
Expand Down

0 comments on commit 1ad0783

Please sign in to comment.