Skip to content

Commit a809869

Browse files
committed
fix: Change plugin ID in manifest.json to comply with guidelines
Changes the plugin ID from "obsidian-python-bridge" to "python-bridge" to adhere to the Obsidian developer policy requirement of not using "obsidian" in the plugin ID.
1 parent 3a98610 commit a809869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "obsidian-python-bridge",
2+
"id": "python-bridge",
33
"name": "Obsidian Python Bridge",
44
"version": "0.2.0",
55
"minAppVersion": "0.12.0",

0 commit comments

Comments
 (0)