From 912418d3cfd911d92fa991367abb0a1f9715b28e Mon Sep 17 00:00:00 2001 From: mProjectsCode Date: Tue, 17 May 2022 22:57:43 +0200 Subject: [PATCH] bump version --- manifest.json | 4 ++-- versions.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 2bd80d2..d860fef 100644 --- a/manifest.json +++ b/manifest.json @@ -1,8 +1,8 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB Plugin", - "version": "0.1.3", - "minAppVersion": "0.13.0", + "version": "0.1.7", + "minAppVersion": "0.14.0", "description": "A plugin that can query multiple APIs for movies, series, anime and games, and import them into your vault.", "author": "Moritz Jung", "authorUrl": "https://mprojectscode.github.io/", diff --git a/versions.json b/versions.json index 997bf32..c07e3da 100644 --- a/versions.json +++ b/versions.json @@ -1,4 +1,3 @@ { - "1.0.0": "0.9.7", - "1.0.1": "0.12.0" + "0.1.7": "0.14.0" }