diff --git a/manifest-beta.json b/manifest-beta.json index 7438f16..a8d101f 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.2-canary.20250114T213351", + "version": "0.8.0", "minAppVersion": "1.5.0", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "author": "Moritz Jung", diff --git a/manifest.json b/manifest.json index dea210e..a8d101f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.2", + "version": "0.8.0", "minAppVersion": "1.5.0", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "author": "Moritz Jung", diff --git a/package.json b/package.json index d27a3fd..3dfa6f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-media-db-plugin", - "version": "0.7.2", + "version": "0.8.0", "description": "A plugin that can query multiple APIs for movies, series, anime, games, music and wiki articles, and import them into your vault.", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 449a9e0..d1d45ec 100644 --- a/versions.json +++ b/versions.json @@ -2,5 +2,6 @@ "0.1.7": "0.14.0", "0.7.0": "1.5.0", "0.7.1": "1.5.0", - "0.7.2": "1.5.0" + "0.7.2": "1.5.0", + "0.8.0": "1.5.0" }