diff --git a/README.md b/README.md index 0382c6a..8f666cd 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Improvements on the existing solutions include: - Lax constraints on `value`/`error` nullability - Lax constraints on the `error` type's inheritance (does not inherit from `Exception`) -- Top level `Ok` and `Error` classes avoids qualifying usages with - `Result.Ok`/`Result.Error` respectively +- Top level `Ok` and `Err` classes avoids qualifying usages with + `Result.Ok`/`Result.Err` respectively - Higher-order functions marked with the `inline` keyword for reduced runtime overhead - Extension functions on `Iterable` & `List` for folding, combining, partitioning diff --git a/gradle.properties b/gradle.properties index 7c0b0b8..c38c591 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.github.michaelbull.kotlin-result -version=1.0.0 +version=1.0.1-SNAPSHOT dokkaVersion=0.9.15 gradleReleaseVersion=2.6.0