From 09bd41673b531a7b58c81a8bd7a9a775e15b435b Mon Sep 17 00:00:00 2001 From: rultor Date: Thu, 18 Aug 2022 08:04:51 +0000 Subject: [PATCH] 6.0.4-SNAPSHOT --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b7990585..d6e3266c 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 - 6.0.2 + 6.0.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: '6.0.2' +implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '6.0.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 af2765d7..99e78be1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web eo-yaml - 6.0.3-SNAPSHOT + 6.0.4-SNAPSHOT jar UTF-8