From 9d8ade8e9518c176bd17c63f06a2fbb09a72d425 Mon Sep 17 00:00:00 2001 From: Guillermo Calvo Date: Sat, 6 Feb 2021 18:30:46 +0100 Subject: [PATCH] Bump version number --- docs/_config.yml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index a726844..03767d1 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -1,5 +1,5 @@ theme: jekyll-theme-leap-day title: Result Library for Java description: A Java library to handle success and failure without exceptions -current_version: 0.1.7 +current_version: 0.1.8 show_downloads: true diff --git a/gradle.properties b/gradle.properties index 1b51266..929ce7a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ description = Result Library for Java group = com.leakyabstractions -version = 0.1.7 +version = 0.1.8 -previousVersion = 0.1.6 +previousVersion = 0.1.7 homepage = https://dev.leakyabstractions.com/result/ githubId = leakyabstractions/result repository = https://github.com/leakyabstractions/result