From ecca4c4dfa157da05e34231654c9e21695e986b3 Mon Sep 17 00:00:00 2001 From: Claus Nagel Date: Mon, 6 Feb 2023 07:32:21 +0100 Subject: [PATCH] bumping version to 1.0.2 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b098196..8a7f52b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group 'org.xmlobjects' -version '1.0.1' +version '1.0.2' description 'A simple and lightweight XML-to-object mapping library' ext.date = new Date()