[Gradle Release Plugin] - new version commit: '1.0.1-SNAPSHOT'.

This commit is contained in:
Michael Bull 2017-10-22 16:10:05 +01:00
parent 3a71508531
commit 474fd0b903
2 changed files with 3 additions and 3 deletions

View File

@ -27,8 +27,8 @@ Improvements on the existing solutions include:
- Lax constraints on `value`/`error` nullability - Lax constraints on `value`/`error` nullability
- Lax constraints on the `error` type's inheritance (does not inherit from - Lax constraints on the `error` type's inheritance (does not inherit from
`Exception`) `Exception`)
- Top level `Ok` and `Error` classes avoids qualifying usages with - Top level `Ok` and `Err` classes avoids qualifying usages with
`Result.Ok`/`Result.Error` respectively `Result.Ok`/`Result.Err` respectively
- Higher-order functions marked with the `inline` keyword for reduced runtime - Higher-order functions marked with the `inline` keyword for reduced runtime
overhead overhead
- Extension functions on `Iterable` & `List` for folding, combining, partitioning - Extension functions on `Iterable` & `List` for folding, combining, partitioning

View File

@ -1,5 +1,5 @@
group=com.github.michaelbull.kotlin-result group=com.github.michaelbull.kotlin-result
version=1.0.0 version=1.0.1-SNAPSHOT
dokkaVersion=0.9.15 dokkaVersion=0.9.15
gradleReleaseVersion=2.6.0 gradleReleaseVersion=2.6.0