From 6864ec160a8974eb57ba26497c9216edab986a19 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Fri, 31 May 2024 18:45:16 +0200 Subject: [PATCH] Release 0.6.1.0 --- _config.yml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index e79d08b..156cf58 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ theme: jekyll-theme-leap-day title: Lazy Results description: Lazy versions of Result objects -current_version: 0.6.0.1 +current_version: 0.6.1.0 show_downloads: true logo: https://dev.leakyabstractions.com/result/result-banner.png exclude: diff --git a/gradle.properties b/gradle.properties index a1bcb33..199f5bf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,8 +3,8 @@ description = Lazy Result Library for Java group = com.leakyabstractions artifactName = Lazy Result Library artifactId = result-lazy -version = 0.6.1.0-SNAPSHOT -previousVersion = 0.6.0.0 +version = 0.6.1.0 +previousVersion = 0.6.0.1 homepage = https://dev.leakyabstractions.com/result-lazy/ githubId = leakyabstractions/result-lazy