diff --git a/manifest.json b/manifest.json index 60626c5..f36d53c 100644 --- a/manifest.json +++ b/manifest.json @@ -1,10 +1,9 @@ { - "id": "obsidian-sample-plugin", - "name": "Sample Plugin", - "version": "1.0.1", + "id": "obsidian-note-aliases", + "name": "Note aliases", + "version": "1.0.0", "minAppVersion": "0.12.0", - "description": "This is a sample plugin for Obsidian. This plugin demonstrates some of the capabilities of the Obsidian API.", - "author": "Obsidian", - "authorUrl": "https://obsidian.md", + "description": "This plugin manage aliases of notes in Obsidian.", + "author": "Pulsovi", "isDesktopOnly": false }