diff --git a/README.md b/README.md
index a574158..fc316e6 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
Adblock for the Spotify desktop client on Linux & macOS
- Latest supported version: 1.2.36.955.gd8cc9372
+ Latest supported version: 1.2.36.959.g04bf500c
@@ -27,7 +27,7 @@
- Block automatic updates (macOS)
- Install supported desktop client versions (macOS)
- Install latest desktop client on APT-based distros (Linux)
-
+- Supports all Linux distos and OS X/macOS 10.11+
### Usage:
@@ -58,7 +58,8 @@ bash <(curl -sSL https://spotx-official.github.io/run.sh)
| `-i` | enable interactive mode |
| `--installdeb` | install latest client deb pkg on APT-based distros [Linux] |
| `--installmac` | install latest supported client [macOS] |
-| `-l` | [no lyrics background color](https://github.com/SpotX-Official/SpotX-Bash/issues/20#issuecomment-1762040019) |
+| `-l` | [set lyrics background color to black](https://github.com/SpotX-Official/SpotX-Bash/issues/20#issuecomment-1762040019) |
+| `--nocolor` | remove colors from SpotX-Bash output |
| `-o` | use [old home screen UI](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#what-is-the-old-and-new-ui) |
| `-p` | [paid premium-tier subscriber](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#can-spotx-bash-be-used-with-a-paid-premium-account) |
| `-P ` | set path to Spotify |
diff --git a/spotx.sh b/spotx.sh
index b2644e4..4d807df 100644
--- a/spotx.sh
+++ b/spotx.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-buildVer="1.2.36.955.gd8cc9372"
+buildVer="1.2.36.959.g04bf500c"
case $(uname | tr '[:upper:]' '[:lower:]') in
darwin*) platformType='macOS' ;;