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

Commit

Permalink
🎉 Release 3.9.2
Browse files Browse the repository at this point in the history
Final release and bugix for v3.9
* scrcpy v1.13
* PyQt5 5.14
  • Loading branch information
srevinsaju committed Jun 1, 2020
1 parent ea39134 commit 969263c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion guiscrcpy.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.9.2
Version=3.9.3
Name=guiscrcpy
GenericName=guiscrcpy
Comment=Open Source Android Screen Mirroring System
Expand Down
2 changes: 1 addition & 1 deletion guiscrcpy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
"""

VERSION = '3.9.2'
VERSION = '3.9.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

setup(
name='guiscrcpy',
version='3.9.2',
version='3.9.3',
description='An Open Source - Fast - Android Screen Mirroring system.',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion snap/gui/guiscrcpy.desktop
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[Desktop Entry]
Version=3.9.2
Version=3.9.3
Name=guiscrcpy
GenericName=guiscrcpy
Comment=Open Source Android Screen Mirroring System
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: guiscrcpy
version: 3.9.2
version: 3.9.3
summary: An opensource GUI for android screen mirroring
description: |
A full fledged GUI integration for the award winning open source scrcpy, for
Expand Down

4 comments on commit 969263c

@yochananmarqos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You mean Release 3.9.3? ;)

@srevinsaju
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

omg 😭

@srevinsaju
Copy link
Owner Author

@srevinsaju srevinsaju commented on 969263c Jun 1, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yochananmarqos Fixed it on 424538c; Thanks

@yochananmarqos
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what you did, but the tags went from 3.9.3.r1.g572dc96-1 > 3.9.2.r6.g378f2c1. That's using what you recommended:

git describe --long --tags --match "[0-9]*" | sed 's/\([^-]*-g\)/r\1/;s/-/./g'

Please sign in to comment.