remove extraneous v from manifest version
This commit is contained in:
@@ -7,7 +7,7 @@ const CatalogMochs = Object.values(MochOptions).filter(moch => moch.catalog);
|
|||||||
export function manifest(config = {}) {
|
export function manifest(config = {}) {
|
||||||
return {
|
return {
|
||||||
id: 'com.stremio.knightcrawler.knightcrawler',
|
id: 'com.stremio.knightcrawler.knightcrawler',
|
||||||
version: 'v0.0.1',
|
version: '0.0.1',
|
||||||
name: getName(config),
|
name: getName(config),
|
||||||
description: getDescription(),
|
description: getDescription(),
|
||||||
catalogs: getCatalogs(config),
|
catalogs: getCatalogs(config),
|
||||||
|
|||||||
Reference in New Issue
Block a user