Correct version number in README

This commit is contained in:
Michael Bull 2017-10-25 17:10:19 +01:00
parent 474fd0b903
commit 02de42f959
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.1.0' compile 'com.github.michaelbull:kotlin-result:1.0.0'
} }
``` ```