From 5cf55e3b7cef170e72e5ee2ac376dd9f701c0a86 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 10 Apr 2023 23:46:37 +1000 Subject: [PATCH] chore: bump version to 0.3.0 --- main.js | 2 +- manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index baf02a6..0215274 100644 --- a/main.js +++ b/main.js @@ -1,5 +1,5 @@ /** - * obsidian-tray v0.2.1 + * obsidian-tray v0.3.0 * (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 81986a1..dec7cbc 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.2.1", + "version": "0.3.0", "isDesktopOnly": true, "minAppVersion": "1.0.0" }