Update version in README

This commit is contained in:
Michael Bull 2017-11-28 18:47:15 +00:00
parent 7c8fca3053
commit 8b13ab735c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ repositories {
} }
dependencies { dependencies {
compile 'com.github.michaelbull:kotlin-result:1.0.1' compile 'com.github.michaelbull:kotlin-result:1.0.2'
} }
``` ```