@@ -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.9.1 -brightgreen.svg )] ( https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.1 /overview )
6- [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-3.9.1 -blue.svg )] ( https://w3stling.github.io/rssreader/javadoc/3.9.1 )
5+ [ ![ Download] ( https://img.shields.io/badge/download-3.9.2 -brightgreen.svg )] ( https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.2 /overview )
6+ [ ![ Javadoc] ( https://img.shields.io/badge/javadoc-3.9.2 -blue.svg )] ( https://w3stling.github.io/rssreader/javadoc/3.9.2 )
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 )
@@ -110,7 +110,7 @@ Add dependency declaration:
110110 <dependency >
111111 <groupId >com.apptasticsoftware</groupId >
112112 <artifactId >rssreader</artifactId >
113- <version >3.9.1 </version >
113+ <version >3.9.2 </version >
114114 </dependency >
115115 </dependencies >
116116 ...
@@ -121,7 +121,7 @@ Add dependency declaration:
121121Add dependency declaration:
122122``` groovy
123123dependencies {
124- implementation 'com.apptasticsoftware:rssreader:3.9.1 '
124+ implementation 'com.apptasticsoftware:rssreader:3.9.2 '
125125}
126126```
127127
@@ -145,7 +145,7 @@ License
145145
146146 MIT License
147147
148- Copyright (c) 2024 , Apptastic Software
148+ Copyright (c) 2025 , Apptastic Software
149149
150150 Permission is hereby granted, free of charge, to any person obtaining a copy
151151 of this software and associated documentation files (the "Software"), to deal
@@ -166,7 +166,7 @@ License
166166 SOFTWARE.
167167
168168
169- [ 1 ] : https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.1 /overview
169+ [ 1 ] : https://central.sonatype.com/artifact/com.apptasticsoftware/rssreader/3.9.2 /overview
170170[ 2 ] : https://maven.apache.org
171171[ 3 ] : https://gradle.org
172172[ 4 ] : https://help.apple.com/itc/podcasts_connect/#/itcb54353390
0 commit comments