diff --git a/COMMANDS.md b/COMMANDS.md
index ea6b46b..7be2eee 100644
--- a/COMMANDS.md
+++ b/COMMANDS.md
@@ -17,6 +17,10 @@ All commands are prefixed with your configured prefix (e.g. `s/`). Arguments in
| Command | Aliases | Description |
|---|---|---|
| `help` | `cmds` | Shows all commands organised by category |
+| `source` | `src` | Link to the bot's source code |
+| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
+| `source` | `src` | Link to the bot's source code |
+| `version` | `ver` | Shows the bot version, Valour server version, and Valour SDK version (current and latest) |
---
diff --git a/PRIVACY.md b/PRIVACY.md
index e40a7c1..aff9cef 100644
--- a/PRIVACY.md
+++ b/PRIVACY.md
@@ -43,7 +43,9 @@ All data is stored in-memory only and is automatically cleared when the Bot rest
The Bot does not sell, rent, trade, or otherwise share any data with third parties.
-The Bot makes no outbound requests to any third-party APIs.
+The Bot makes outbound requests to the following third-party APIs. These requests do not include any user data:
+
+- **NuGet** (api.nuget.org) — fetched by the `version` command to check the latest Valour SDK version
---
diff --git a/SkyBot/SkyBot.csproj b/SkyBot/SkyBot.csproj
index 28b049f..206799e 100644
--- a/SkyBot/SkyBot.csproj
+++ b/SkyBot/SkyBot.csproj
@@ -5,7 +5,7 @@
net10.0
enable
enable
- 0.3.0.2
+ 0.3.1.0