mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-19 09:02:03 +00:00
[addon] bumps version
This commit is contained in:
parent
4c39540e32
commit
baf925916f
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ function manifest(config = {}) {
|
|||
const mochsDesc = enabledMochs ? ` and ${enabledMochs} enabled ` : '';
|
||||
return {
|
||||
id: 'com.stremio.torrentio.addon',
|
||||
version: '0.0.4',
|
||||
version: '0.0.5',
|
||||
name: 'Torrentio',
|
||||
description: 'Provides torrent streams from scraped torrent providers.'
|
||||
+ ` Currently supports ${enabledProvidersDesc}${mochsDesc}.`
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stremio-torrentio",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.5",
|
||||
"main": "addon.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue