From 474fd0b903b4a682abfc91327a6fed576e7506ab Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sun, 22 Oct 2017 16:10:05 +0100 Subject: [PATCH] [Gradle Release Plugin] - new version commit: '1.0.1-SNAPSHOT'. --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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