[addon] bump version

This commit is contained in:
TheBeastLT
2021-03-07 12:06:57 +01:00
parent 5687921990
commit 76c80e0f2a
3 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ function manifest(config = {}) {
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled` : '';
return {
id: 'com.stremio.torrentio.addon',
version: '0.0.8',
version: '0.0.9',
name: 'Torrentio',
description: 'Provides torrent streams from scraped torrent providers.'
+ ` Currently supports ${enabledProvidersDesc}${mochsDesc}.`

View File

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

View File

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