From 4e097cca14d937bb796a067aaf5ed25934b75eca Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 10 Apr 2023 23:53:07 +1000 Subject: [PATCH] chore: change plugin id from obsidian-tray -> tray --- main.js | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }