From 1debcb78da3779bb53cebdfbb1da5171cdcecce5 Mon Sep 17 00:00:00 2001 From: froehlichA Date: Sat, 18 Mar 2023 20:32:08 +0100 Subject: [PATCH] change id of plugin before initial release --- manifest.json | 6 +++--- versions.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 683d55e..f809c31 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/versions.json b/versions.json index 26382a1..189c17e 100644 --- a/versions.json +++ b/versions.json @@ -1,3 +1,4 @@ { - "1.0.0": "0.15.0" + "1.0.0": "0.15.0", + "1.0.1": "0.15.0" }