From 7452347fff697b7abedf9f714d7e67ef81197b9e Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Sun, 31 Mar 2024 23:29:37 +0800 Subject: [PATCH] chore: release obsidian plugin v2.3.42 --- manifest-beta.json | 2 +- manifest.json | 2 +- package.json | 2 +- versions.json | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest-beta.json b/manifest-beta.json index fe829e8..cdf8ccc 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.3.41", + "version": "2.3.42", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/manifest.json b/manifest.json index fe829e8..cdf8ccc 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "id": "obsidian-memos", "name": "Thino", "description": "Capturing ideas and save them into daily notes.", - "version": "2.3.41", + "version": "2.3.42", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/package.json b/package.json index 3cb519c..122823e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thino", - "version": "2.3.41", + "version": "2.3.42", "scripts": { "release": "dotenv release-it --" }, diff --git a/versions.json b/versions.json index d74dd8c..f544c05 100644 --- a/versions.json +++ b/versions.json @@ -93,5 +93,6 @@ "2.3.38": "1.0.0", "2.3.39": "1.0.0", "2.3.40": "1.0.0", - "2.3.41": "1.0.0" + "2.3.41": "1.0.0", + "2.3.42": "1.0.0" } \ No newline at end of file