Skip to content

Commit d664602

Browse files
committed
5.2.4-SNAPSHOT
1 parent 980705e commit d664602

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ To get the latest release from Maven Central, simply add the following to your `
2323
<dependency>
2424
<groupId>com.amihaiemil.web</groupId>
2525
<artifactId>eo-yaml</artifactId>
26-
<version>5.2.2</version>
26+
<version>5.2.3</version>
2727
</dependency>
2828
```
2929

30-
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/5.2.2/eo-yaml-5.2.2-jar-with-dependencies.jar">fat</a> jar.
30+
or download the <a href="https://oss.sonatype.org/service/local/repositories/releases/content/com/amihaiemil/web/eo-yaml/5.2.3/eo-yaml-5.2.3-jar-with-dependencies.jar">fat</a> jar.
3131

3232
If you use Gradle, add this to your dependencies:
3333

3434
```gradle
35-
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.2'
35+
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '5.2.3'
3636
```
3737

3838
The releases are also available on [Github Packages](https://github.com/decorators-squad/eo-yaml/packages)!

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.amihaiemil.web</groupId>
55
<artifactId>eo-yaml</artifactId>
6-
<version>5.2.3-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>5.2.4-SNAPSHOT</version><!--rrv-sed-flag-->
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)