From a996bbd6776178e898bb275af66dfe4c775d61cf Mon Sep 17 00:00:00 2001 From: oda <934854676@qq.com> Date: Fri, 12 Jul 2024 15:16:44 +0800 Subject: [PATCH] Bump version to 0.7.1 --- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index e8b3722..ecba3f3 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,5 @@ "authorUrl": "https://github.com/Odaimoko", "fundingUrl": "https://ko-fi.com/odaimoko", "isDesktopOnly": true, - "version": "0.7.0" + "version": "0.7.1" } \ No newline at end of file diff --git a/package.json b/package.json index a036714..0b065c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-project", - "version": "0.7.0", + "version": "0.7.1", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 33615b9..f544645 100644 --- a/versions.json +++ b/versions.json @@ -20,5 +20,6 @@ "0.5.0": "1.4.13", "0.5.1": "1.4.13", "0.6.0": "1.4.13", - "0.7.0": "1.4.13" + "0.7.0": "1.4.13", + "0.7.1": "1.4.13" } \ No newline at end of file