From 49eb03daa600d218de28192d38ba3763f5b8a52e Mon Sep 17 00:00:00 2001 From: w3stling Date: Thu, 5 Dec 2024 07:28:13 +0000 Subject: [PATCH] Update version to 3.9.1 --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0b99139..a0243c5 100644 --- a/README.md +++ b/README.md @@ -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.9.0-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.0/overview) -[![Javadoc](https://img.shields.io/badge/javadoc-3.9.0-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.9.0) +[![Download](https://img.shields.io/badge/download-3.9.1-brightgreen.svg)](https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.1/overview) +[![Javadoc](https://img.shields.io/badge/javadoc-3.9.1-blue.svg)](https://w3stling.github.io/rssreader/javadoc/3.9.1) [![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) @@ -110,7 +110,7 @@ Add dependency declaration: com.apptasticsoftware rssreader - 3.9.0 + 3.9.1 ... @@ -121,7 +121,7 @@ Add dependency declaration: Add dependency declaration: ```groovy dependencies { - implementation 'com.apptasticsoftware:rssreader:3.9.0' + implementation 'com.apptasticsoftware:rssreader:3.9.1' } ``` @@ -166,7 +166,7 @@ License SOFTWARE. -[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.0/overview +[1]: https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.1/overview [2]: https://maven.apache.org [3]: https://gradle.org [4]: https://help.apple.com/itc/podcasts_connect/#/itcb54353390 \ No newline at end of file