@@ -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, 0, 3, 0 ),
10- prodvers=(1, 0, 3, 0 ),
9+ filevers=(1, 0, 3, 1 ),
10+ prodvers=(1, 0, 3, 1 ),
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,12 +31,12 @@ VSVersionInfo(
3131 '040904B0',
3232 [StringStruct('CompanyName', ''),
3333 StringStruct('FileDescription', 'An application to manage application windows'),
34- StringStruct('FileVersion', '1.0.3.0 '),
34+ StringStruct('FileVersion', '1.0.3.1 '),
3535 StringStruct('InternalName', 'Ultrawide Window Positioner'),
3636 StringStruct('LegalCopyright', ''),
3737 StringStruct('OriginalFilename', 'Ultrawide Window Positioner.Exe'),
3838 StringStruct('ProductName', 'Ultrawide Window Positioner'),
39- StringStruct('ProductVersion', '1.0.3.0 ')])
39+ StringStruct('ProductVersion', '1.0.3.1 ')])
4040 ]),
4141 VarFileInfo([VarStruct('Translation', [1033, 1200])])
4242 ]
0 commit comments