We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fec139 commit 99f8933Copy full SHA for 99f8933
gradle.properties
@@ -37,7 +37,7 @@ POM_NAME=rssparser
37
POM_DESCRIPTION=A Kotlin Multiplatform library to parse RSS Feed
38
39
GROUP=com.prof18.rssparser
40
-VERSION_NAME=6.1.0-alpha01
+VERSION_NAME=6.1.0-alpha02
41
42
POM_INCEPTION_YEAR=2016
43
POM_URL=https://github.com/prof18/RSS-Parser.git
gradle/libs.versions.toml
@@ -14,7 +14,7 @@ coroutines = "1.10.2"
14
kotlinx-serialization = "1.9.0"
15
xmlutil = "0.91.1"
16
ktor = "3.2.0"
17
-library-version-name = "6.1.0-alpha01"
+library-version-name = "6.1.0-alpha02"
18
19
# Sample dependencies
20
androidx-activity = "1.9.3"
0 commit comments