Skip to content

Commit

Permalink
fix: correct addon version
Browse files Browse the repository at this point in the history
  • Loading branch information
g0ldyy authored Mar 1, 2025
1 parent d37b33e commit 176899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comet/api/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ async def manifest(request: Request, b64config: str = None):
base_manifest = {
"id": f"{settings.ADDON_ID}.{''.join(random.choice(string.ascii_letters) for _ in range(4))}",
"description": "Stremio's fastest torrent/debrid search add-on.",
"version": "1.0.0",
"version": "2.0.0",
"catalogs": [],
"resources": [
{
Expand Down

0 comments on commit 176899d

Please sign in to comment.