Skip to content

Commit d9c7a17

Browse files
committed
fix: Update manifest.json to address validation errors
- Changes plugin `name` to "Python Bridge". - Removes "Obsidian" from `description`. - Updates `authorUrl` to point to the author's GitHub profile. - Sets `version` to "2.0.0" to match the intended release tag. These changes address specific errors reported by the community plugin validation bot.
1 parent a809869 commit d9c7a17

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"id": "python-bridge",
3-
"name": "Obsidian Python Bridge",
4-
"version": "0.2.0",
3+
"name": "Python Bridge",
4+
"version": "2.0.0",
55
"minAppVersion": "0.12.0",
6-
"description": "🐍 A plugin that lets you write Obsidian plugins in Python! Yes, it's as crazy as it sounds!",
6+
"description": "🐍 A plugin that lets you write plugins in Python! Yes, it's as crazy as it sounds!",
77
"author": "mathe00",
8-
"authorUrl": "https://github.com/mathe00/obsidian-plugin-python-bridge",
8+
"authorUrl": "https://github.com/mathe00/",
99
"isDesktopOnly": true
1010
}

0 commit comments

Comments
 (0)