Skip to content

Commit e6fce28

Browse files
committed
7.0.12-SNAPSHOT
1 parent f44267a commit e6fce28

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>7.0.10</version>
26+
<version>7.0.11</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/7.0.10/eo-yaml-7.0.10-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/7.0.11/eo-yaml-7.0.11-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: '7.0.10'
35+
implementation group: 'com.amihaiemil.web', name: 'eo-yaml', version: '7.0.11'
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>7.0.11-SNAPSHOT</version><!--rrv-sed-flag-->
6+
<version>7.0.12-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)