From aac711518b88d5d071ad2fc5276e681ccf78815e Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Tue, 11 Apr 2023 16:35:34 +1000 Subject: [PATCH] chore: bump version to 0.3.2 --- main.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" }