Skip to content

Commit

Permalink
chore: bump version to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Mar 20, 2020
1 parent 19f867e commit 0db97d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ repositories {
dependencies {
//...
compile "com.github.uport-project:kmnid:0.4.1"
compile "com.github.uport-project:kmnid:0.4.3"
}
```
Expand Down Expand Up @@ -105,6 +105,8 @@ assertFalse( MNID.isMNID('QmXuNqXmrkxs4WhTDC2GCnXEep4LUD87bu97LQMn1rkxmQ') )

## Changelog

* 0.4.3
* bump dependencies (kotlin 1.3.70, kethereum 0.81.4) ( 19f867ed )
* 0.4.2
* bump kethereum to 0.76.2 ( c2c5b070 )
* 0.4.1
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
//testing
test_runner_version = "1.0.2"

current_release_version = "0.4.2"
current_release_version = "0.4.3"
}

repositories {
Expand Down

0 comments on commit 0db97d7

Please sign in to comment.