From c94507b387602c09cf89d9ad3b0366e47bf121d4 Mon Sep 17 00:00:00 2001 From: Odaimoko <934854676@qq.com> Date: Fri, 29 Nov 2024 18:10:59 +0800 Subject: [PATCH] Bump version to 0.9.1 --- manifest.json | 19 ++++++++--------- package.json | 2 +- versions.json | 57 ++++++++++++++++++++++++++------------------------- 3 files changed, 39 insertions(+), 39 deletions(-) diff --git a/manifest.json b/manifest.json index f01715f..a731ce9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,10 @@ { - "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 +} \ No newline at end of file diff --git a/package.json b/package.json index 6b3d133..18a58bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-project", - "version": "0.9.0", + "version": "0.9.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 7dbe731..5d2c4f5 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", + "undefined": "1.4.13" +} \ No newline at end of file