Skip to content

Commit

Permalink
chore: bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Sep 18, 2019
1 parent 17534bd commit 532f7fc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions 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.0"
compile "com.github.uport-project:kmnid:0.4.1"
}
```
Expand Down Expand Up @@ -105,16 +105,16 @@ assertFalse( MNID.isMNID('QmXuNqXmrkxs4WhTDC2GCnXEep4LUD87bu97LQMn1rkxmQ') )

## Changelog

* 0.4.0 - upcoming
* [breaking] remove public `Account` constructor to promote error checks
([#4](https://github.com/uport-project/kmnid/pull/4))
* remove all direct java dependencies, prep for multi-platform support
([#5](https://github.com/uport-project/kmnid/pull/5))
* increase coverage ([55f2311](https://github.com/uport-project/kmnid/commit/55f2311))
* 0.4.1
* simplify import of komputing libraries ( 17534bdf )
* 0.4.0
* [breaking] remove public `Account` constructor to promote error checks ( #4 )
* remove all direct java dependencies, prep for multi-platform support ( #5 )
* increase coverage ( 55f2311 )
* 0.3.3 - maintenance
* use kethereum 0.76.1, remove walleth namespace ([b0fe925](https://github.com/uport-project/kmnid/commit/b0fe925))
* use kotlin 1.3.50 ([b0fe925](https://github.com/uport-project/kmnid/commit/b0fe925))
* add coverage ([b0fe925](https://github.com/uport-project/kmnid/commit/b0fe925))
* use kethereum 0.76.1, remove walleth namespace ( b0fe925 )
* use kotlin 1.3.50 ( b0fe925 )
* add coverage ( b0fe925 )
* 0.3.2 - maintenance
* build on circleCI
* 0.3.1 - maintenance release
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
//testing
test_runner_version = "1.0.2"

current_release_version = "0.4.0"
current_release_version = "0.4.1"
}

repositories {
Expand Down

0 comments on commit 532f7fc

Please sign in to comment.