From 71396e1afb5052a25016b92a37467ef6bd68f8b9 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Tue, 9 Apr 2024 10:37:19 +0800 Subject: [PATCH] chore: release obsidian plugin v2.4.16-3 --- manifest-beta.json | 2 +- package.json | 2 +- versions.json | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index 5d31337..ac56efa 100644 --- a/manifest-beta.json +++ b/manifest-beta.json @@ -2,7 +2,7 @@ "id": "obsidian-memos", "name": "Thino", "description": "Capturing ideas and save them into daily notes.", - "version": "2.4.16-2", + "version": "2.4.16-3", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/package.json b/package.json index 5862a59..35572f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thino", - "version": "2.4.16-2", + "version": "2.4.16-3", "scripts": { "release": "dotenv release-it --" }, diff --git a/versions.json b/versions.json index 8869f8a..df519c7 100644 --- a/versions.json +++ b/versions.json @@ -138,5 +138,6 @@ "2.4.15": "1.0.0", "2.4.16-0": "1.0.0", "2.4.16-1": "1.0.0", - "2.4.16-2": "1.0.0" + "2.4.16-2": "1.0.0", + "2.4.16-3": "1.0.0" } \ No newline at end of file