From 452a71d75aab7d30500e9fd27d33c4f451ee36aa Mon Sep 17 00:00:00 2001 From: Robinson Date: Sat, 19 Aug 2023 15:52:51 +0200 Subject: [PATCH] version 1.4 --- README.md | 2 +- build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b23c75..79cb4b3 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Maven Info com.dorkbox PropertyLoader - 1.3 + 1.4 ``` diff --git a/build.gradle.kts b/build.gradle.kts index 17e1eb1..76f022f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,7 +33,7 @@ object Extras { // set for the project const val description = "Property annotation and loader for fields" const val group = "com.dorkbox" - const val version = "1.3" + const val version = "1.4" // set as project.ext const val name = "PropertyLoader"