diff --git a/main.js b/main.js index 0215274..e2425ac 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /** - * obsidian-tray v0.3.0 + * obsidian-tray v0.3.1 * (c) 2023 dragonwocky (https://dragonwocky.me/) * (https://github.com/dragonwocky/obsidian-tray/) under the MIT license */ diff --git a/manifest.json b/manifest.json index dec7cbc..2f15d19 100644 --- a/manifest.json +++ b/manifest.json @@ -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" }