From 49e8e5a976b700a435cb8ed4fe9f4cc773391c74 Mon Sep 17 00:00:00 2001 From: rultor Date: Tue, 25 Apr 2023 07:47:10 +0000 Subject: [PATCH] 7.0.9-SNAPSHOT --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0cf47a5a..03b101db 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 - 7.0.7 + 7.0.8 ``` -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: '7.0.7' +implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '7.0.8' ``` 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 66c754e4..913c474d 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web eo-yaml - 7.0.8-SNAPSHOT + 7.0.9-SNAPSHOT jar UTF-8