Skip to content

Commit a82438b

Browse files
Sulaiman Al QUsaimiSulaiman Al QUsaimi
Sulaiman Al QUsaimi
authored and
Sulaiman Al QUsaimi
committed
push version to 1.4
1 parent fa1f7d4 commit a82438b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

source/application.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# a module to hold application constants to be not re written everytime
22

33
name = "accessible youtube downloader pro"
4-
version = "1.3"
4+
version = "1.4"
55
author = "Sulaiman Al Qusaimi"
66
describtion = "يهدف هذا البرنامج إلى تقديم أيسر السبل أمام المستخدم الكفيف للتصفح والتنزيل من خدمة استضافة الفيديوهات youtube"

source/assets/version_info.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ VSVersionInfo(
66
ffi=FixedFileInfo(
77
# filevers and prodvers should be always a tuple with four items: (1, 2, 3, 4)
88
# 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),
1111
# Contains a bitmask that specifies the valid bits 'flags'r
1212
mask=0x3f,
1313
# Contains a bitmask that specifies the Boolean attributes of the file.
@@ -31,11 +31,11 @@ VSVersionInfo(
3131
u'040904B0',
3232
[StringStruct(u'CompanyName', u'Sulaiman Al Qusaimi'),
3333
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'),
3535
StringStruct(u'LegalCopyright', u'No Copyright'),
3636
StringStruct(u'OriginalFilename', u'accessible_youtube_downloader_pro.exe'),
3737
StringStruct(u'ProductName', u'Accessible_youtube_downloader_pro'),
38-
StringStruct(u'ProductVersion', u'1.3')])
38+
StringStruct(u'ProductVersion', u'1.4')])
3939
]),
4040
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
4141
]

0 commit comments

Comments
 (0)