From 265bf10426fd801285da807eccddef978f6651fd Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Fri, 5 Jul 2024 14:27:23 +0200 Subject: [PATCH] [auto] bump version to `0.7.2` --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) 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" }