From 76a6d725f55008a96211e00b08d7de5f28d9e22d Mon Sep 17 00:00:00 2001 From: chopster44 Date: Fri, 31 Oct 2025 20:40:41 +0000 Subject: [PATCH] (1.0.9) spelling mistake which broke rss feeds --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f822073..e18b811 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "updaterweblibrary", - "version": "1.0.8", + "version": "1.0.9", "description": "OTA Updater App frontend library", "repository": { "type": "git", diff --git a/src/index.ts b/src/index.ts index 7a1bea7..bda72bf 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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)) } } })