From 8fe741ba10bbb3b16a4f395e674577ad839f24e2 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Sat, 22 Jun 2024 15:54:55 +0200 Subject: [PATCH] [auto] bump version to `0.7.1` --- 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 896e2f6..c76d8c0 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.0", + "version": "0.7.1", "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 896e2f6..c76d8c0 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.7.0", + "version": "0.7.1", "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 74a2b42..e02edf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-media-db-plugin", - "version": "0.7.0", + "version": "0.7.1", "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 8c31d71..0d7f9f9 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,5 @@ { "0.1.7": "0.14.0", - "0.7.0": "1.5.0" + "0.7.0": "1.5.0", + "0.7.1": "1.5.0" }