diff --git a/README.md b/README.md index f808566..40350b6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Improvements on the existing solutions include: - Consistent naming with existing Result libraries from other languages (e.g. `map`, `mapError`, `mapBoth`, `mapEither`, `and`, `andThen`, `or`, `orElse`, `unwrap`) -- Extensive test suite with over 50 unit tests and every library method covered +- Extensive test suite with over 50 unit tests covering every library method ## Installation diff --git a/gradle.properties b/gradle.properties index ddb2389..c38c591 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.github.michaelbull.kotlin-result -version=0.0.0-SNAPSHOT +version=1.0.1-SNAPSHOT dokkaVersion=0.9.15 gradleReleaseVersion=2.6.0