mirror of
https://github.com/maradotwebp/obsidian-avatar.git
synced 2026-07-22 07:30:24 +00:00
change id of plugin before initial release
This commit is contained in:
parent
ab0a7e3217
commit
1debcb78da
2 changed files with 5 additions and 4 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"id": "obsidian-avatar",
|
||||
"id": "avatar",
|
||||
"name": "Avatar",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"minAppVersion": "0.15.0",
|
||||
"description": "Display an avatar image in front of your notes.",
|
||||
"description": "Display an avatar image in your notes.",
|
||||
"author": "froehlichA",
|
||||
"authorUrl": "https://github.com/froehlichA/obsidian-avatar",
|
||||
"fundingUrl": "https://github.com/froehlichA/obsidian-avatar",
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{
|
||||
"1.0.0": "0.15.0"
|
||||
"1.0.0": "0.15.0",
|
||||
"1.0.1": "0.15.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue