Skip to content

Commit a810b7e

Browse files
w3stlinggithub-actions[bot]
authored andcommitted
Update version to 3.8.0
1 parent 67f9f21 commit a810b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ RSS Reader
22
==========
33

44
[![Build](https://github.com/w3stling/rssreader/actions/workflows/build.yml/badge.svg)](https://github.com/w3stling/rssreader/actions/workflows/build.yml)
5-
[![Download](https://img.shields.io/badge/download-3.7.0-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.7.0/overview)
6-
[![Javadoc](https://img.shields.io/badge/javadoc-3.7.0-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.7.0)
5+
[![Download](https://img.shields.io/badge/download-3.8.0-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.0/overview)
6+
[![Javadoc](https://img.shields.io/badge/javadoc-3.8.0-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.8.0)
77
[![License](http://img.shields.io/:license-MIT-blue.svg?style=flat-round)](http://apptastic-software.mit-license.org)
88
[![CodeQL](https://github.com/w3stling/rssreader/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/w3stling/rssreader/actions/workflows/codeql-analysis.yml)
99
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=w3stling_rssreader&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=w3stling_rssreader)
@@ -96,7 +96,7 @@ Add dependency declaration:
9696
<dependency>
9797
<groupId>com.apptasticsoftware</groupId>
9898
<artifactId>rssreader</artifactId>
99-
<version>3.7.0</version>
99+
<version>3.8.0</version>
100100
</dependency>
101101
</dependencies>
102102
...
@@ -107,7 +107,7 @@ Add dependency declaration:
107107
Add dependency declaration:
108108
```groovy
109109
dependencies {
110-
implementation 'com.apptasticsoftware:rssreader:3.7.0'
110+
implementation 'com.apptasticsoftware:rssreader:3.8.0'
111111
}
112112
```
113113

@@ -152,7 +152,7 @@ License
152152
SOFTWARE.
153153

154154

155-
[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.7.0/overview
155+
[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.0/overview
156156
[2]: https://maven.apache.org
157157
[3]: https://gradle.org
158158
[4]: https://help.apple.com/itc/podcasts_connect/#/itcb54353390

0 commit comments

Comments
 (0)