From d6646020d894cecf9af7c86098c0625dd00a0315 Mon Sep 17 00:00:00 2001 From: rultor Date: Sun, 12 Sep 2021 08:50:53 +0000 Subject: [PATCH] 5.2.4-SNAPSHOT --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e37421a8..903a29b9 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,16 @@ To get the latest release from Maven Central, simply add the following to your ` com.amihaiemil.web eo-yaml - 5.2.2 + 5.2.3 ``` -or download the fat jar. +or download the fat jar. If you use Gradle, add this to your dependencies: ```gradle -implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.2' +implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.3' ``` The releases are also available on [Github Packages](https://github.com/decorators-squad/eo-yaml/packages)! diff --git a/pom.xml b/pom.xml index dcc02cc4..e9ef4bee 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web eo-yaml - 5.2.3-SNAPSHOT + 5.2.4-SNAPSHOT jar UTF-8