Merge pull request #62 from FunkeCoder23/hotfix-manifest-version

This commit is contained in:
purple_emily
2024-02-04 22:30:15 +00:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ const CatalogMochs = Object.values(MochOptions).filter(moch => moch.catalog);
export function manifest(config = {}) {
return {
id: 'com.stremio.knightcrawler.knightcrawler',
version: 'v0.0.1',
version: '0.0.1',
name: getName(config),
description: getDescription(),
catalogs: getCatalogs(config),