From 8deaedc5924becc2d1d2f8b9b57760bc73c06d39 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Sun, 2 Jun 2024 20:13:22 +0200 Subject: [PATCH] [auto] bump version to `0.7.0` --- manifest-beta.json | 3 ++- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 2535f1e..896e2f6 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -1,10 +1,11 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.6.0", + "version": "0.7.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", "authorUrl": "https://www.moritzjung.dev", + "fundingUrl": "https://github.com/sponsors/mProjectsCode", "isDesktopOnly": false } diff --git a/manifest.json b/manifest.json index c3eaf04..896e2f6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "obsidian-media-db-plugin", "name": "Media DB", - "version": "0.6.0", + "version": "0.7.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 fe25423..74a2b42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-media-db-plugin", - "version": "0.6.0", + "version": "0.7.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 c07e3da..8c31d71 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "0.1.7": "0.14.0" + "0.1.7": "0.14.0", + "0.7.0": "1.5.0" }