update bump version

This commit is contained in:
mrcanelas
2021-08-12 14:58:40 -03:00
parent 0435a87083
commit 20604dbeff
5 changed files with 12 additions and 3 deletions
+4
View File
@@ -1,4 +1,8 @@
{
"projectName": "tmdb-addon",
<<<<<<< HEAD
"lastCommit": "41ba3ce"
=======
"lastCommit": "0f0ffee"
>>>>>>> parent of 72f2e39 (Revert "add flag run")
}
+1 -1
View File
@@ -182,7 +182,7 @@
/>
</div>
<h1 class="name">The Movie Database Addon</h1>
<h2 class="version">0.0.6</h2>
<h2 class="version">0.1.0</h2>
<h2 class="description">TMDB API for Stremio.</h2>
<div class="separator"></div>
+1 -1
View File
@@ -40,7 +40,7 @@ async function getManifest(language = DEFAULT_LANGUAGE) {
const descriptionSuffix = language && language !== DEFAULT_LANGUAGE ? ` with ${language} language.` : '.';
return {
id: "tmdb.addon",
version: "0.0.6",
version: "0.1.0",
icon: "https://i.imgur.com/P8SAWo5.png",
background: "https://i.imgur.com/1lm1XaK.png",
name: "The Movie Database Addon",
+5
View File
@@ -0,0 +1,5 @@
{
"version": 2,
"builds": [{ "src": "server.js", "use": "@now/node" }],
"routes": [{ "src": "/.*", "dest": "/server.js" }]
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "tmdb.addon",
"version": "0.0.6",
"version": "0.1.0",
"description": "TMDB API for Stremio.",
"scripts": {
"start": "node server.js",