From ab4cd94a8bd293c5204d042fe61a8b4600494442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakan=20Karg=C4=B1n?= Date: Wed, 18 Oct 2023 15:33:22 +0300 Subject: [PATCH] upgrade project version --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5ba2672d..3865442a 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { } group 'com.hakan' -version '0.7.2.3' +version '0.7.2.4' sourceCompatibility = 8 compileJava.options.encoding = 'UTF-8' diff --git a/gradle.properties b/gradle.properties index 442a4a3f..f0f4d772 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=0.7.2.3 +version=0.7.2.4 org.gradle.daemon=true org.gradle.caching=true