From 56bdbfcc02010aec809c2f70ee5ee56a072e2491 Mon Sep 17 00:00:00 2001 From: Jeremy Valentine <38669521+valentine195@users.noreply.github.com> Date: Fri, 26 Jan 2024 13:03:49 -0500 Subject: [PATCH] fix: Update plugin name per Obsidian developer guidelines --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 52f1434..9f92bf3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "id": "obsidian-leaflet-plugin", - "name": "Obsidian Leaflet", + "name": "Leaflet", "description": "Interactive maps inside your notes", "version": "6.0.1", "minAppVersion": "0.12.12",