From 5c54be1dabad761f5689099c4ff7decd10ebfc7b Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 8 Jan 2022 14:15:43 +0000 Subject: [PATCH] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3a27b1..b0a050d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.13") + implementation("com.michael-bull.kotlin-result:kotlin-result:1.1.14") } ```