make sure both versions are equal (#224)

This commit is contained in:
Kevin Papst 2024-03-19 12:04:16 +01:00 committed by GitHub
parent 39a87e4839
commit b6dbb835a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -509,10 +509,10 @@
"directory": "." "directory": "."
}, },
{ {
"name": "YouTube/PeerTube Video Feed", "name": "YouTube Video Feed",
"author": "Kevin Papst", "author": "Kevin Papst",
"description": "Embed YouTube/PeerTube feeds inside article content.", "description": "Embed YouTube feeds inside article content.",
"version": "0.1", "version": "0.10",
"entrypoint": "YouTube", "entrypoint": "YouTube",
"type": "user", "type": "user",
"url": "https://github.com/FreshRSS/Extensions", "url": "https://github.com/FreshRSS/Extensions",

View file

@ -1,8 +1,8 @@
{ {
"name": "YouTube/PeerTube Video Feed", "name": "YouTube Video Feed",
"author": "Kevin Papst", "author": "Kevin Papst",
"description": "Embed YouTube/PeerTube feeds inside article content.", "description": "Embed YouTube feeds inside article content.",
"version": 0.10, "version": "0.10",
"entrypoint": "YouTube", "entrypoint": "YouTube",
"type": "user" "type": "user"
} }