From ffdea8f80c2c13ad2e6ae2f06d4c942d7abf0323 Mon Sep 17 00:00:00 2001 From: Marco Gomiero Date: Sun, 26 May 2024 23:46:44 +0200 Subject: [PATCH] Version bump --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 858471e..bb0da38 100644 --- a/gradle.properties +++ b/gradle.properties @@ -37,7 +37,7 @@ POM_NAME=rssparser POM_DESCRIPTION=A Kotlin Multiplatform library to parse RSS Feed GROUP=com.prof18.rssparser -VERSION_NAME=6.0.7 +VERSION_NAME=6.0.8 POM_INCEPTION_YEAR=2016 POM_URL=https://github.com/prof18/RSS-Parser.git