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.1.1 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jul 27, 2018
1 parent b3043f0 commit 0d87564
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions 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.1.0"
def uport_sdk_version = "v0.1.1"
dependencies {
...
// core SDK
Expand All @@ -35,8 +35,6 @@ dependencies {

### Usage

This preview version requires that the SDK be configured with a functional `IFuelTokenProvider`
There is a `FuelTokenProvider` implementation provided in the `fuelingservice` library

##### Configure uPort in your Application class

Expand Down Expand Up @@ -135,6 +133,10 @@ but that may be removed when pure kotlin implementations of the required cryptog

### Changelog

* 0.1.1
* add option to import seeds phrases as account
* bugfix: default account is updated on first creation

* 0.1.0
* default account type is `KeyPair`
* updated kethereum to 0.53 , some APIs have changed to extension functions
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ buildscript {
khex_version = "0.5"

uport_signer_version = "0.2.0"
uport_sdk_version = "0.1.0"
uport_sdk_version = "0.1.1"
}

repositories {
Expand Down

0 comments on commit 0d87564

Please sign in to comment.