(1.0.9) spelling mistake which broke rss feeds

This commit is contained in:
2025-10-31 20:40:41 +00:00
parent 1452d6eaad
commit 76a6d725f5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "updaterweblibrary",
"version": "1.0.8",
"version": "1.0.9",
"description": "OTA Updater App frontend library",
"repository": {
"type": "git",

View File

@@ -91,7 +91,7 @@ export default class Updater {
if (elm.type == "element") {
const element = elm as XmlElement;
if (element.name == "item") {
output.push(this.atomGetVersionDetails(element))
output.push(this.rssGetVersionDetails(element))
}
}
})