From 364ee4d01d0383686a1224ee851a77ad904fe9b4 Mon Sep 17 00:00:00 2001 From: Jose Luis Leon Date: Sun, 2 May 2021 22:46:16 -0500 Subject: [PATCH] Bump to v1.5.0 (#121) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1ae04fc..1c61caf 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ def snapshotSuffix = '-SNAPSHOT' def suffix = isRelease ? '' : snapshotSuffix group = 'com.github.joselion' -version = "1.4.1$suffix" +version = "1.5.0$suffix" sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8