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

Commit

Permalink
feat: release v4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Mar 20, 2021
1 parent 746a108 commit 5fe722d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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=v4.9.0
Version=v4.10.0
Name=guiscrcpy
GenericName=guiscrcpy
Comment=Open Source Android Screen Mirroring System
Expand Down
4 changes: 2 additions & 2 deletions guiscrcpy/lib/config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""
GUISCRCPY by srevinsaju
Get it on : https://github.com/srevinsaju/guiscrcpy
guiscrcpy
Licensed under GNU Public License
This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -36,6 +35,7 @@ def __init__(self, load=True):
self.cfgpath = self.os.cfgpath()
self.paths = self.os.paths()
self.config = {
"version": 1,
"paths": self.paths,
"scrcpy": None,
"adb": None,
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 = "v4.9.0"
VERSION = "v4.10.0"
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=v4.9.0
Version=v4.10.0
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: v4.9.0
version: v4.10.0
summary: An opensource GUI for android screen mirroring
description: |
A full fledged GUI integration for the award winning open source scrcpy, for
Expand Down

0 comments on commit 5fe722d

Please sign in to comment.