mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-04-20 14:12:03 +00:00
[addon] bump version
This commit is contained in:
parent
5687921990
commit
76c80e0f2a
3 changed files with 3 additions and 3 deletions
|
|
@ -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}.`
|
||||
|
|
|
|||
2
addon/package-lock.json
generated
2
addon/package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stremio-torrentio",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stremio-torrentio",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"main": "addon.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue