From f8926a335b0a6adb6763c8c61b3bc72766824864 Mon Sep 17 00:00:00 2001 From: Mara Date: Mon, 11 Apr 2022 19:24:00 +0200 Subject: [PATCH] !ci: Rename plugins BREAKING CHANGE: This change/erase the previous parameters. Also, the plugin need to be deleted from older installation. --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index adf86555..43838039 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "id": "obsidian-mkdocs-publication", - "name": "Mkdocs Publication", + "id": "obsidian-mkdocs-publisher", + "name": "Mkdocs Publisher", "version": "1.0.3", "minAppVersion": "0.12.0", - "description": "Obsidian's Mkdocs Publication is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", + "description": "Obsidian's Mkdocs Publisher is an association between a github actions and a Material mkdocs template to get a personal wiki site based on your Obsidian Vault.", "author": "Mara-Li", "authorUrl": "https://github.com/Mara-Li", "isDesktopOnly": false