Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit 171c49a

Browse files
committed
feat: release v2023.1.1
1 parent 98f7b22 commit 171c49a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ These are the common methods of installation. To see more interesting ways, chec
5555
| Flatpak | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px> | [![guiscrcpy](https://img.shields.io/badge/flatpak-in.srev.guiscrcpy-green)](https://flathub.org/apps/details/in.srev.guiscrcpy) | `flatpak install flathub in.srev.guiscrcpy` |
5656
| Snap Store | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px><img src="https://guiscrcpy.github.io/img/darwin.jpeg" height=15px style="border-radius: 50%"> | [![guiscrcpy](https://snapcraft.io//guiscrcpy/badge.svg)](https://snapcraft.io/guiscrcpy) | `sudo snap install guiscrcpy` |
5757
| AUR* | <img src="https://raw.githubusercontent.com/guiscrcpy/guiscrcpy.github.io/master/img/archlinux.png" height=15px> | [![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` |
58-
| Windows (exe) | <img src="https://guiscrcpy.github.io/img/windows.png" height=15px> | [![Continuous](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v2022.7.1) |
59-
| AppImage | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px> | [![Continuous](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v2022.7.1) |
58+
| Windows (exe) | <img src="https://guiscrcpy.github.io/img/windows.png" height=15px> | [![Continuous](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml) | [Download `.exe`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v2023.1.1) |
59+
| AppImage | <img src="https://guiscrcpy.github.io/img/linux.png" height=15px> | [![Continuous](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml/badge.svg)](https://github.com/srevinsaju/guiscrcpy/actions/workflows/continuous.yml) | [Download `.AppImage`](https://github.com/srevinsaju/guiscrcpy/releases/tag/v2023.1.1) |
6060

6161
<br>
6262

guiscrcpy/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
2121
"""
2222

23-
VERSION = "v2022.7.1"
23+
VERSION = "v2023.1.1"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "guiscrcpy"
3-
version = "2022.7.1"
3+
version = "2023.1.1"
44
description = "A simple, pluggable, graphical user interface for the fastest Android screen mirroring software"
55
authors = ["Srevin Saju <[email protected]>"]
66
license = "GPLv3"

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: guiscrcpy
2-
version: v2022.6.1
2+
version: v2023.1.1
33
summary: An opensource GUI for android screen mirroring
44
description: |
55
A full fledged GUI integration for the award winning open source scrcpy, for

0 commit comments

Comments
 (0)