change id of plugin before initial release

This commit is contained in:
froehlichA 2023-03-18 20:32:08 +01:00
parent ab0a7e3217
commit 1debcb78da
2 changed files with 5 additions and 4 deletions

View file

@ -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",

View file

@ -1,3 +1,4 @@
{
"1.0.0": "0.15.0"
"1.0.0": "0.15.0",
"1.0.1": "0.15.0"
}