From 2222450996d840f7eccf2fc2b2f8501724bef265 Mon Sep 17 00:00:00 2001 From: Anton Kurako Date: Mon, 14 Mar 2022 00:48:01 +0300 Subject: [PATCH] [1.4.1] Release prepared --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6a0cb0..2a419bc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Gson configuration and serializers/deserializers for Date/Time in [java.time.*]( ## Dependency :rocket: **Gradle** ```groovy -implementation "io.goodforgod:gson-configuration:1.4.0" +implementation "io.goodforgod:gson-configuration:1.4.1" ``` **Maven** @@ -19,7 +19,7 @@ implementation "io.goodforgod:gson-configuration:1.4.0" io.goodforgod gson-configuration - 1.4.0 + 1.4.1 ``` diff --git a/gradle.properties b/gradle.properties index e62c098..ac2f5f4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ groupId=io.goodforgod artifactId=gson-configuration -artifactVersion=1.4.1-SNAPSHOT +artifactVersion=1.4.1 ##### GRADLE #####