chore: bump version to 0.3.2

This commit is contained in:
dragonwocky 2023-04-11 16:35:34 +10:00
parent aa4e824723
commit aac711518b
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.3.1
* obsidian-tray v0.3.2
* (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.3.1",
"version": "0.3.2",
"isDesktopOnly": true,
"minAppVersion": "1.0.0"
}