From c2171446f8c72c31e6711d9ca918adb185c7b103 Mon Sep 17 00:00:00 2001 From: Srevin Saju Date: Mon, 22 Nov 2021 21:53:55 +0300 Subject: [PATCH] chore: bump guiscrcpy version to v4.11.2 --- README.md | 4 ++-- docs/INSTALL.md | 2 +- guiscrcpy/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8e70f65d..630b8639 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.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) | +| 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.2) | +| 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.2) |
diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 07705e1c..a5de1a49 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.1/download/guiscrcpy-*.AppImage +wget https://github.com/srevinsaju/guiscrcpy/releases/v4.11.2/download/guiscrcpy-*.AppImage chmod +x guiscrcpy-*.AppImage # one time execution diff --git a/guiscrcpy/version.py b/guiscrcpy/version.py index 213d2f91..e14bc074 100644 --- a/guiscrcpy/version.py +++ b/guiscrcpy/version.py @@ -20,4 +20,4 @@ """ -VERSION = "v4.11.1" +VERSION = "v4.11.2" diff --git a/pyproject.toml b/pyproject.toml index 55ee63fa..5811ef9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "guiscrcpy" -version = "4.11.0" +version = "4.11.2" description = "A simple, pluggable, graphical user interface for the fastest Android screen mirroring software" authors = ["Srevin Saju "] license = "GPLv3"