From d871d2cfe27cba66b231f2badec4cfd46e62edde Mon Sep 17 00:00:00 2001 From: mousebomb Date: Thu, 15 May 2025 17:00:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=E6=96=87=E6=A1=88=E5=90=88?= =?UTF-8?q?=E8=A7=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 56b4daa..f1e4d9a 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Diary ICS", "version": "1.0.6", "minAppVersion": "0.15.0", - "description": "Sync Obsidian diary entries to system calendar via ICS feed.", + "description": "Sync diary entries to system calendar via ICS feed.", "author": "Mousebomb", "authorUrl": "https://mousebomb.org", "isDesktopOnly": true diff --git a/package.json b/package.json index b857125..0a88ac2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "obsidian-diary-ics", "version": "1.0.6", - "description": "Sync Obsidian diary entries to system calendar via ICS feed.", + "description": "Sync diary entries to system calendar via ICS feed.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs",