Update version in README

This commit is contained in:
Michael Bull 2019-12-20 14:58:52 +00:00
parent 7613668b5e
commit 322f1a5801
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ repositories {
}
dependencies {
compile 'com.michael-bull.kotlin-result:kotlin-result:1.1.0'
compile 'com.michael-bull.kotlin-result:kotlin-result:1.1.4'
}
```