Skip to content

Commit

Permalink
chore: bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Oct 3, 2019
1 parent a4ae6c1 commit f1f5c61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ UportHDSigner().signJwtBundle(activity, seedHandle, derivationPath, data, prompt

### Changelog

#### 0.3.6
* [support] bump kethereum to 0.76.2 and use lowercase imports ( a4ae6c16 )

#### 0.3.5
* [feat] add `suspend` extension for `UportHDSigner.signTransaction()` (#21)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
khex_version = "1.0.0-RC3"
kotlin_common_version = "0.3.2"

current_release_version = "0.3.5"
current_release_version = "0.3.6"
}

repositories {
Expand Down

0 comments on commit f1f5c61

Please sign in to comment.