update bump version

This commit is contained in:
mrcanelas
2021-08-12 15:59:42 -03:00
parent df4a15375e
commit d9931544c4
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{
"projectName": "tmdb-addon",
"lastCommit": "20604db"
"lastCommit": "df4a153"
}
+1 -1
View File
@@ -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
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.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
View File
@@ -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",