From b6050bfdfc57270552ed3987a89944311e6bb67b Mon Sep 17 00:00:00 2001 From: huojl Date: Sat, 13 Jun 2026 14:00:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=201.1.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 146af95..ff2439a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "id": "sonicnote-sync", "name": "SonicNote Sync", - "version": "1.1.7", + "version": "1.1.8", "minAppVersion": "0.15.0", "description": "Sync recordings from SonicNote as Markdown files with transcripts, AI summaries, and study reports.", "author": "EasyLinkIn", diff --git a/package.json b/package.json index 66cd87f..3caca9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sonicnote-sync", - "version": "1.1.7", + "version": "1.1.8", "description": "Sync recordings from SonicNote to Obsidian as Markdown files", "main": "main.js", "scripts": { diff --git a/versions.json b/versions.json index 3c9bd3e..38cadcc 100644 --- a/versions.json +++ b/versions.json @@ -3,5 +3,6 @@ "1.1.0": "0.15.0", "1.1.2": "0.15.0", "1.1.3": "0.15.0", - "1.1.4": "0.15.0" + "1.1.4": "0.15.0", + "1.1.8": "0.15.0" }