diff --git a/README.md b/README.md index 95b67b41..44252850 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.0 + 5.2.1 ``` -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.0' +implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.1' ``` 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 f8a8b059..0c1fc185 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.amihaiemil.web eo-yaml - 5.2.1-SNAPSHOT + 5.2.2-SNAPSHOT jar UTF-8