diff --git a/main.js b/main.js index 46ac959..2ccc448 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /** - * obsidian-tray v0.3.1 + * obsidian-tray v0.3.2 * (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 2f15d19..3204fbe 100644 --- a/manifest.json +++ b/manifest.json @@ -4,7 +4,7 @@ "author": "dragonwocky", "authorUrl": "https://dragonwocky.me/", "description": "Launch Obsidian on startup and run it in the background from the system tray.", - "version": "0.3.1", + "version": "0.3.2", "isDesktopOnly": true, "minAppVersion": "1.0.0" }