mirror of
https://github.com/Viren070/tmdb-addon.git
synced 2025-12-01 23:18:11 +01:00
update bump version
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"projectName": "tmdb-addon",
|
||||
"lastCommit": "20604db"
|
||||
"lastCommit": "df4a153"
|
||||
}
|
||||
+1
-1
@@ -182,7 +182,7 @@
|
||||
/>
|
||||
</div>
|
||||
<h1 class="name">The Movie Database Addon</h1>
|
||||
<h2 class="version">0.1.0</h2>
|
||||
<h2 class="version">0.2.0</h2>
|
||||
<h2 class="description">TMDB API for Stremio.</h2>
|
||||
|
||||
<div class="separator"></div>
|
||||
|
||||
+1
-1
@@ -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.1.0",
|
||||
version: "0.2.0",
|
||||
icon: "https://i.imgur.com/P8SAWo5.png",
|
||||
background: "https://i.imgur.com/1lm1XaK.png",
|
||||
name: "The Movie Database Addon",
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "tmdb.addon",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "TMDB API for Stremio.",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
|
||||
Reference in New Issue
Block a user