bump version

This commit is contained in:
TheBeastLT
2021-09-17 15:11:20 +02:00
committed by TheBeastLT
parent fb60e56564
commit 8b31c6a13d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.11",
"version": "1.0.12",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "stremio-torrentio",
"version": "1.0.11",
"version": "1.0.12",
"main": "addon.js",
"scripts": {
"start": "node index.js"