remove extraneous v from manifest version

This commit is contained in:
funkecoder23
2024-02-04 17:19:11 -05:00
parent eef3265850
commit 3ddc922081

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),