diff --git a/README.md b/README.md
index db2a912c..8e70f65d 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ These are the common methods of installation. To see more interesting ways, chec
| PyPI (`pip`) | | ![Linux](https://github.com/srevinsaju/guiscrcpy/workflows/Linux/badge.svg) | `pip3 install -U guiscrcpy` |
| Snap Store | | [![guiscrcpy](https://snapcraft.io//guiscrcpy/badge.svg)](https://snapcraft.io/guiscrcpy) | `sudo snap install guiscrcpy` |
| AUR* | | [![AUR version](https://img.shields.io/aur/version/guiscrcpy?label=Arch%20Linux%20Package&style=flat-square)](https://aur.archlinux.org/packages/guiscrcpy) | `yay -S guiscrcpy` |
-| Windows (exe) | | [![Windows Executable](https://github.com/srevinsaju/guiscrcpy/workflows/Windows%20Executable/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=+event%3Apush++is%3Asuccess+branch%3Amaster+workflow%3A%22Windows+Executable%22) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.0) |
-| AppImage | | [![AppImage](https://github.com/srevinsaju/guiscrcpy/workflows/AppImage/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=event%3Apush+branch%3Amaster+is%3Asuccess+workflow%3AAppImage+) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.0) |
+| Windows (exe) | | [![Windows Executable](https://github.com/srevinsaju/guiscrcpy/workflows/Windows%20Executable/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=+event%3Apush++is%3Asuccess+branch%3Amaster+workflow%3A%22Windows+Executable%22) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.1) |
+| AppImage | | [![AppImage](https://github.com/srevinsaju/guiscrcpy/workflows/AppImage/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions?query=event%3Apush+branch%3Amaster+is%3Asuccess+workflow%3AAppImage+) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v4.11.1) |
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index e8c249d7..07705e1c 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -68,7 +68,7 @@ Download the AppImage either from the releases, or from by clicking the `Status`
AppImages are more supported than snaps. Snaps are containerised. So it is likely that guiscrcpy might not work as a snap.
```bash
-wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.0/download/guiscrcpy-*.AppImage
+wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.1/download/guiscrcpy-*.AppImage
chmod +x guiscrcpy-*.AppImage
# one time execution
diff --git a/guiscrcpy/version.py b/guiscrcpy/version.py
index 207022f3..213d2f91 100644
--- a/guiscrcpy/version.py
+++ b/guiscrcpy/version.py
@@ -20,4 +20,4 @@
"""
-VERSION = "v4.11.0"
+VERSION = "v4.11.1"