Skip to content

Commit

Permalink
Update version to 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
w3stling authored and github-actions[bot] committed Aug 24, 2024
1 parent 736a02d commit 557b673
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ RSS Reader
==========

[![Build](https://github.com/w3stling/rssreader/actions/workflows/build.yml/badge.svg)](https://github.com/w3stling/rssreader/actions/workflows/build.yml)
[![Download](https://img.shields.io/badge/download-3.8.1-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.1/overview)
[![Javadoc](https://img.shields.io/badge/javadoc-3.8.1-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.8.1)
[![Download](https://img.shields.io/badge/download-3.8.2-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.2/overview)
[![Javadoc](https://img.shields.io/badge/javadoc-3.8.2-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.8.2)
[![License](http://img.shields.io/:license-MIT-blue.svg?style=flat-round)](http://apptastic-software.mit-license.org)
[![CodeQL](https://github.com/w3stling/rssreader/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/w3stling/rssreader/actions/workflows/codeql-analysis.yml)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=w3stling_rssreader&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=w3stling_rssreader)
Expand Down Expand Up @@ -96,7 +96,7 @@ Add dependency declaration:
<dependency>
<groupId>com.apptasticsoftware</groupId>
<artifactId>rssreader</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
</dependencies>
...
Expand All @@ -107,7 +107,7 @@ Add dependency declaration:
Add dependency declaration:
```groovy
dependencies {
implementation 'com.apptasticsoftware:rssreader:3.8.1'
implementation 'com.apptasticsoftware:rssreader:3.8.2'
}
```

Expand Down Expand Up @@ -152,7 +152,7 @@ License
SOFTWARE.


[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.1/overview
[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.8.2/overview
[2]: https://maven.apache.org
[3]: https://gradle.org
[4]: https://help.apple.com/itc/podcasts_connect/#/itcb54353390

0 comments on commit 557b673

Please sign in to comment.