(1.0.9) spelling mistake which broke rss feeds
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "updaterweblibrary",
|
"name": "updaterweblibrary",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"description": "OTA Updater App frontend library",
|
"description": "OTA Updater App frontend library",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
@@ -91,7 +91,7 @@ export default class Updater {
|
|||||||
if (elm.type == "element") {
|
if (elm.type == "element") {
|
||||||
const element = elm as XmlElement;
|
const element = elm as XmlElement;
|
||||||
if (element.name == "item") {
|
if (element.name == "item") {
|
||||||
output.push(this.atomGetVersionDetails(element))
|
output.push(this.rssGetVersionDetails(element))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user