From a9cf0593f9ae4456ccb48be7a5ee4ff4b0805325 Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sun, 22 Oct 2017 01:14:01 +0100 Subject: [PATCH] Improve wording in README --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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