From 685ef4a1ddbeb1dec3d446579d144d3df0e59f45 Mon Sep 17 00:00:00 2001 From: oda <934854676@qq.com> Date: Wed, 24 Apr 2024 23:19:55 +0800 Subject: [PATCH] Bump version to 0.5.0 --- 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 584eac6..361814b 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.4.1" + "version": "0.5.0" } \ No newline at end of file diff --git a/package.json b/package.json index 596e71e..925732a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tag-project", - "version": "0.4.1", + "version": "0.5.0", "description": "This is a sample plugin for Obsidian (https://obsidian.md)", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 6fa0c32..6032c22 100644 --- a/versions.json +++ b/versions.json @@ -16,5 +16,6 @@ "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.4.1": "1.4.13", + "0.5.0": "1.4.13" } \ No newline at end of file