From 792bbaa39472dd900edbd8e3f2e3e71a3d3d721a Mon Sep 17 00:00:00 2001 From: quorafind <951011105@qq.com> Date: Tue, 2 Apr 2024 10:44:21 +0800 Subject: [PATCH] chore: release obsidian plugin v2.3.51 --- 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 1f91351..3a9455c 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.50", + "version": "2.3.51", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/manifest.json b/manifest.json index 1f91351..3a9455c 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.50", + "version": "2.3.51", "author": "Boninall", "authorUrl": "https://github.com/Quorafind/", "isDesktopOnly": false, diff --git a/package.json b/package.json index 5e70e28..2c36c70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thino", - "version": "2.3.50", + "version": "2.3.51", "scripts": { "release": "dotenv release-it --" }, diff --git a/versions.json b/versions.json index ba83e97..e9e3b89 100644 --- a/versions.json +++ b/versions.json @@ -102,5 +102,6 @@ "2.3.47": "1.0.0", "2.3.48": "1.0.0", "2.3.49": "1.0.0", - "2.3.50": "1.0.0" + "2.3.50": "1.0.0", + "2.3.51": "1.0.0" } \ No newline at end of file