(1.0.9) spelling mistake which broke rss feeds
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "updaterweblibrary",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "OTA Updater App frontend library",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@@ -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))
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user