[addon] bump version

This commit is contained in:
TheBeastLT
2021-02-01 00:25:46 +01:00
parent aef5fab344
commit 1b319d286d
2 changed files with 2 additions and 2 deletions

View File

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

View File

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