mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 22:40:22 +00:00
bump version
This commit is contained in:
parent
978ab408ac
commit
171125e9e2
3 changed files with 3 additions and 3 deletions
|
|
@ -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.12',
|
||||
version: '0.0.13',
|
||||
name: 'Torrentio',
|
||||
description: getDescription(config),
|
||||
catalogs: getCatalogs(config),
|
||||
|
|
|
|||
2
addon/package-lock.json
generated
2
addon/package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stremio-torrentio",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "stremio-torrentio",
|
||||
"version": "1.0.12",
|
||||
"version": "1.0.13",
|
||||
"main": "addon.js",
|
||||
"scripts": {
|
||||
"start": "node index.js"
|
||||
|
|
|
|||
Loading…
Reference in a new issue