bump version

This commit is contained in:
TheBeastLT
2023-10-31 14:25:03 +02:00
parent 86cf502725
commit 4c83c8d69b
2 changed files with 3 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ const CatalogMochs = Object.values(MochOptions).filter(moch => moch.catalog);
export function manifest(config = {}) {
const defaultManifest = {
id: 'com.stremio.torrentio.addon',
version: '0.0.13',
version: '0.0.14',
name: 'Torrentio',
description: getDescription(config),
catalogs: getCatalogs(config),