Skip to content

Commit

Permalink
chore: bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Mar 20, 2020
1 parent 791c0aa commit 4ccfb8f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
* 0.4.2
* fix - Expose internal dependencies as API to fix NoClassDefFound errors downstream ( 791c0aa7 )

* 0.4.1
* fix - okhttp dependency ( 4ac0e8d1 )( 4f2839f4 )

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ allprojects {
In your module `build.gradle` file, add:

```groovy
def uport_kotlin_common_version = "0.4.1"
def uport_kotlin_common_version = "0.4.2"
dependencies {
//...
// core lib
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
khex_version = "1.0.0-RC6"
khash_version = "1.0.0-RC5"

current_release_version = "0.4.1"
current_release_version = "0.4.2"
}

repositories {
Expand Down

0 comments on commit 4ccfb8f

Please sign in to comment.