From cb4fc0ccaf0a05e3ab56d23bacc1a8f707bda903 Mon Sep 17 00:00:00 2001 From: 2bllw8 <2bllw8@gmail.com> Date: Wed, 6 Jul 2022 22:22:43 +0200 Subject: [PATCH] Version 3.4.0 --- README.md | 4 ++-- lib/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d45fbc..3633e4c 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Instances of `Try`, are either an instance of _either_ `Success` or `Failure`. ## Releases The latest release is available -on [Maven Central](https://search.maven.org/artifact/io.github.2bllw8/either/3.3.0/jar). +on [Maven Central](https://search.maven.org/artifact/io.github.2bllw8/either/3.4.0/jar). ```groovy -implementation 'io.github.2bllw8:either:3.3.0' +implementation 'io.github.2bllw8:either:3.4.0' ``` ## Usage diff --git a/lib/build.gradle b/lib/build.gradle index 4de5483..0d51f9c 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -19,7 +19,7 @@ dependencies { archivesBaseName = rootProject.name group = 'exe.bbllw8' -version = '3.3.0' +version = '3.4.0' java { withJavadocJar()