From 444efb7fd5edec9ad24f3305dcb4c41433cd8a48 Mon Sep 17 00:00:00 2001 From: Odaimoko <934854676@qq.com> Date: Fri, 29 Nov 2024 23:27:33 +0800 Subject: [PATCH] Bump version to 0.9.2 --- manifest.json | 20 +++++++++--------- package.json | 2 +- versions.json | 57 ++++++++++++++++++++++++++------------------------- 3 files changed, 40 insertions(+), 39 deletions(-) diff --git a/manifest.json b/manifest.json index f01715f..9e1f6d9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { - "id": "tag-project-odaimoko", - "name": "Tag Project", - "minAppVersion": "1.4.13", - "description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.", - "author": "Odaimoko", - "authorUrl": "https://github.com/Odaimoko", - "fundingUrl": "https://ko-fi.com/odaimoko", - "isDesktopOnly": false, - "version": "0.9.0" -} + "id": "tag-project-odaimoko", + "name": "Tag Project", + "minAppVersion": "1.4.13", + "description": "A Project Management Tool: Tag tasks everywhere, Manage in One page.", + "author": "Odaimoko", + "authorUrl": "https://github.com/Odaimoko", + "fundingUrl": "https://ko-fi.com/odaimoko", + "isDesktopOnly": false, + "version": "0.9.2" +} \ No newline at end of file diff --git a/package.json b/package.json index 6b3d133..7b1fe22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-project", - "version": "0.9.0", + "version": "0.9.2", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 7dbe731..c5e3c38 100644 --- a/versions.json +++ b/versions.json @@ -1,29 +1,30 @@ { - "0.0.1": "1.4.13", - "0.1.0": "1.4.13", - "0.1.1": "1.4.13", - "0.1.2": "1.4.13", - "0.1.3": "1.4.13", - "0.1.4": "1.4.13", - "0.1.5": "1.4.13", - "0.2.0": "1.4.13", - "0.2.1": "1.4.13", - "0.2.3": "1.4.13", - "0.2.4": "1.4.13", - "0.2.5": "1.4.13", - "0.2.6": "1.4.13", - "0.3.0": "1.4.13", - "0.3.1": "1.4.13", - "0.3.2": "1.4.13", - "0.4.0": "1.4.13", - "0.4.1": "1.4.13", - "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.1": "1.4.13", - "0.7.2": "1.4.13", - "0.7.3": "1.4.13", - "0.8.0": "1.4.13", - "0.9.0": "1.4.13" -} + "0.0.1": "1.4.13", + "0.1.0": "1.4.13", + "0.1.1": "1.4.13", + "0.1.2": "1.4.13", + "0.1.3": "1.4.13", + "0.1.4": "1.4.13", + "0.1.5": "1.4.13", + "0.2.0": "1.4.13", + "0.2.1": "1.4.13", + "0.2.3": "1.4.13", + "0.2.4": "1.4.13", + "0.2.5": "1.4.13", + "0.2.6": "1.4.13", + "0.3.0": "1.4.13", + "0.3.1": "1.4.13", + "0.3.2": "1.4.13", + "0.4.0": "1.4.13", + "0.4.1": "1.4.13", + "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.1": "1.4.13", + "0.7.2": "1.4.13", + "0.7.3": "1.4.13", + "0.8.0": "1.4.13", + "0.9.0": "1.4.13", + "0.9.2": "1.4.13" +} \ No newline at end of file