@@ -6,8 +6,8 @@ VSVersionInfo(
6
6
ffi=FixedFileInfo(
7
7
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
8
8
# Set not needed items to zero 0.
9
- filevers=(1, 3 , 0, 0),
10
- prodvers=(1, 3 , 0, 0),
9
+ filevers=(1, 4 , 0, 0),
10
+ prodvers=(1, 4 , 0, 0),
11
11
# Contains a bitmask that specifies the valid bits 'flags'r
12
12
mask=0x3f,
13
13
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,11 +31,11 @@ VSVersionInfo(
31
31
u'040904B0',
32
32
[StringStruct(u'CompanyName', u'Sulaiman Al Qusaimi'),
33
33
StringStruct(u'FileDescription', u'an accessible youtube downloader and browser for blind users'),
34
- StringStruct(u'FileVersion', u'1.3 '),
34
+ StringStruct(u'FileVersion', u'1.4 '),
35
35
StringStruct(u'LegalCopyright', u'No Copyright'),
36
36
StringStruct(u'OriginalFilename', u'accessible_youtube_downloader_pro.exe'),
37
37
StringStruct(u'ProductName', u'Accessible_youtube_downloader_pro'),
38
- StringStruct(u'ProductVersion', u'1.3 ')])
38
+ StringStruct(u'ProductVersion', u'1.4 ')])
39
39
]),
40
40
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
41
41
]
0 commit comments