chore: bump version to 0.3.0

This commit is contained in:
dragonwocky 2023-04-10 23:46:37 +10:00
parent 44518be5a5
commit 5cf55e3b7c
Signed by: dragonwocky
GPG Key ID: 7998D08F7D7BD7A8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/**
* obsidian-tray v0.2.1
* obsidian-tray v0.3.0
* (c) 2023 dragonwocky <thedragonring.bod@gmail.com> (https://dragonwocky.me/)
* (https://github.com/dragonwocky/obsidian-tray/) under the MIT license
*/

View File

@ -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"
}