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

Commit 6e4bdc8

Browse files
authored
3.3 Stable (#70)
* Update gitpython from 3.0.7 to 3.1.0 (#68) * Release 3.3 Stable (#69) * Minor bugfixes
1 parent 57c75fb commit 6e4bdc8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "guiscrcpy",
3-
"version": "1.11.2",
3+
"version": "3.3",
44
"manifest_version": 2,
55
"description": "Open Source Android Screen Mirroring System",
66

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
GitPython==3.0.7
2+
GitPython==3.1.0
33
PyQt5>=5.14
44
psutil==5.7.0
55
pynput>=1.6

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def gen_version():
3030
v = gen_version()
3131
except Exception as e:
3232
print("WARNING: {}".format(e))
33-
v = "3.x.src.dev"
33+
v = "3.3.x.src.dev"
3434

3535
setup(
3636
name='guiscrcpy',

version.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ VSVersionInfo(
1616
u'040904B0',
1717
[StringStruct(u'CompanyName', u'Srevin Saju'),
1818
StringStruct(u'FileDescription', u'guiscrcpy: Open Source Android Screen Mirroring System'),
19-
StringStruct(u'FileVersion', u'3.0'),
19+
StringStruct(u'FileVersion', u'3.3'),
2020
StringStruct(u'InternalName', u'guiscrcpy'),
2121
StringStruct(u'LegalCopyright', u'\xa9 Srevin Saju. (c) under GNU GPL v3.'),
2222
StringStruct(u'OriginalFilename', u'guiscrcpy.exe'),
2323
StringStruct(u'ProductName', u'guiscrcpy'),
24-
StringStruct(u'ProductVersion', u'3.0')])
24+
StringStruct(u'ProductVersion', u'3.3')])
2525
]),
2626
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
2727
]
28-
)
28+
)

0 commit comments

Comments
 (0)