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