diff --git a/README.md b/README.md
index 3bde0eb..efa775c 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
**Tray** is an [Obsidian](https://obsidian.md/) plugin that can be used to launch the app
-on system startup and run it in the background, adding global hotkeys and a tray menu that
-toggle app window visibility and can create quick notes from anywhere in your operating system.
+on system startup and run it in the background, adding global hotkeys and a tray menu to
+toggle window visibility and create quick notes from anywhere in your operating system.
## Configuration
diff --git a/main.js b/main.js
index 2ccc448..164722b 100644
--- a/main.js
+++ b/main.js
@@ -1,5 +1,5 @@
/**
- * obsidian-tray v0.3.2
+ * obsidian-tray v0.3.3
* (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 3204fbe..4ba717b 100644
--- a/manifest.json
+++ b/manifest.json
@@ -3,8 +3,8 @@
"name": "Tray",
"author": "dragonwocky",
"authorUrl": "https://dragonwocky.me/",
- "description": "Launch Obsidian on startup and run it in the background from the system tray.",
- "version": "0.3.2",
+ "description": "Run Obsidian from the system tray for customisable window management & global quick notes",
+ "version": "0.3.3",
"isDesktopOnly": true,
"minAppVersion": "1.0.0"
}