chore: change plugin id from obsidian-tray -> tray

This commit is contained in:
dragonwocky 2023-04-10 23:53:07 +10:00
parent 5cf55e3b7c
commit 4e097cca14
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/**
* obsidian-tray v0.3.0
* obsidian-tray v0.3.1
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
*/

View File

@ -1,10 +1,10 @@
{
"id": "obsidian-tray",
"id": "tray",
"name": "Tray",
"author": "dragonwocky",
"authorUrl": "https://dragonwocky.me/",
"description": "Launch Obsidian on startup and run it in the background from the system tray.",
"version": "0.3.0",
"version": "0.3.1",
"isDesktopOnly": true,
"minAppVersion": "1.0.0"
}