From 532f7fc96c19482c666185f12532be20c657a493 Mon Sep 17 00:00:00 2001 From: Mircea Nistor Date: Wed, 18 Sep 2019 10:22:20 +0200 Subject: [PATCH] chore: bump version to 0.4.1 --- Readme.md | 20 ++++++++++---------- build.gradle | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 0f58ba1..31831d6 100644 --- a/Readme.md +++ b/Readme.md @@ -59,7 +59,7 @@ repositories { dependencies { //... - compile "com.github.uport-project:kmnid:0.4.0" + compile "com.github.uport-project:kmnid:0.4.1" } ``` @@ -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 diff --git a/build.gradle b/build.gradle index c87335a..8a7191c 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {