From 88cd44bc716d359c39c4a5fd7aa510ad88c2a87d Mon Sep 17 00:00:00 2001 From: rultor Date: Wed, 1 May 2024 14:43:40 +0000 Subject: [PATCH] 8.0.3-SNAPSHOT --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e8ecb61c..589e6b5b 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 - 8.0.1 + 8.0.2 ``` -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: '8.0.1' +implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '8.0.2' ``` 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 304435bc..a6ecba6f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web eo-yaml - 8.0.2-SNAPSHOT + 8.0.3-SNAPSHOT jar UTF-8