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)) } } })