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

Commit

Permalink
3.3 Stable (#70)
Browse files Browse the repository at this point in the history
* Update gitpython from 3.0.7 to 3.1.0 (#68)
* Release 3.3 Stable (#69)
* Minor bugfixes
  • Loading branch information
srevinsaju authored Mar 6, 2020
1 parent 57c75fb commit 6e4bdc8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guiscrcpy",
"version": "1.11.2",
"version": "3.3",
"manifest_version": 2,
"description": "Open Source Android Screen Mirroring System",

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

GitPython==3.0.7
GitPython==3.1.0
PyQt5>=5.14
psutil==5.7.0
pynput>=1.6
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def gen_version():
v = gen_version()
except Exception as e:
print("WARNING: {}".format(e))
v = "3.x.src.dev"
v = "3.3.x.src.dev"

setup(
name='guiscrcpy',
Expand Down
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ VSVersionInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'Srevin Saju'),
StringStruct(u'FileDescription', u'guiscrcpy: Open Source Android Screen Mirroring System'),
StringStruct(u'FileVersion', u'3.0'),
StringStruct(u'FileVersion', u'3.3'),
StringStruct(u'InternalName', u'guiscrcpy'),
StringStruct(u'LegalCopyright', u'\xa9 Srevin Saju. (c) under GNU GPL v3.'),
StringStruct(u'OriginalFilename', u'guiscrcpy.exe'),
StringStruct(u'ProductName', u'guiscrcpy'),
StringStruct(u'ProductVersion', u'3.0')])
StringStruct(u'ProductVersion', u'3.3')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
)
)

0 comments on commit 6e4bdc8

Please sign in to comment.