Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Sep 16, 2019
1 parent 8a63123 commit 4b6e770
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
* 0.3.0
* refactor - replace moshi with kotlinx.serialization ( #6 )
* feature - add ethChainId ( f658925f )
* feature - throw more specific JsonRpcInvalidArgumentException ( a79b3a01 )

* 0.2.0
* update to kethereum 0.76.1 [#5](https://github.com/uport-project/kotlin-common/pull/5)
* [breaking] isolate implementation details for each module (#5)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ allprojects {
In your module `build.gradle` file, add:

```groovy
def uport_kotlin_common_version = "0.2.0"
def uport_kotlin_common_version = "0.3.0"
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 {
kethereum_version = "0.76.1"
khex_version = "1.0.0-RC3"

current_release_version = "0.2.0"
current_release_version = "0.3.0"
}

repositories {
Expand Down

0 comments on commit 4b6e770

Please sign in to comment.