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 #####