From 9beae8e6d310ef4a0aa0c9a15a2aeee269d048f0 Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Mon, 6 May 2024 11:52:13 +0800 Subject: [PATCH] chore: release obsidian plugin v2.4.39 --- 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 835e7d3..0303f84 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. (Closed source)", - "version": "2.4.38", + "version": "2.4.39", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/manifest.json b/manifest.json index 835e7d3..0303f84 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. (Closed source)", - "version": "2.4.38", + "version": "2.4.39", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/package.json b/package.json index 91c8596..6869ada 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thino", - "version": "2.4.38", + "version": "2.4.39", "scripts": { "release": "dotenv release-it --" }, diff --git a/versions.json b/versions.json index c87a6ce..5217953 100644 --- a/versions.json +++ b/versions.json @@ -162,5 +162,6 @@ "2.4.35": "1.0.0", "2.4.36": "1.0.0", "2.4.37": "1.0.0", - "2.4.38": "1.0.0" + "2.4.38": "1.0.0", + "2.4.39": "1.0.0" } \ No newline at end of file