diff --git a/manifest-beta.json b/manifest-beta.json index c76d8c0..dea210e 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.1", + "version": "0.7.2", "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 c76d8c0..dea210e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.1", + "version": "0.7.2", "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 e02edf6..87480f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-media-db-plugin", - "version": "0.7.1", + "version": "0.7.2", "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 0d7f9f9..449a9e0 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,6 @@ { "0.1.7": "0.14.0", "0.7.0": "1.5.0", - "0.7.1": "1.5.0" + "0.7.1": "1.5.0", + "0.7.2": "1.5.0" }