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",