Skip to content

Commit

Permalink
update stuff before 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Jan 18, 2022
1 parent 1746a9b commit a60f286
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions elevenclock-version-info
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ StringFileInfo(
u'040904B0',
[StringStruct(u'CompanyName', u'The ElevenClock Project'),
StringStruct(u'FileDescription', u'ElevenClock'),
StringStruct(u'FileVersion', u'3.1.0'),
StringStruct(u'FileVersion', u'3.1.1'),
StringStruct(u'InternalName', u'ElevenClock'),
StringStruct(u'LegalCopyright', u'The ElevenClock Project'),
StringStruct(u'OriginalFilename', u'elevenclock.exe'),
StringStruct(u'ProductName', u'ElevenClock'),
StringStruct(u'ProductVersion', u'3.1.0')])
StringStruct(u'ProductVersion', u'3.1.1')])
]),
VarFileInfo([VarStruct(u'Translation', [1033, 1200])])
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ pynput==1.6.8
pywin32
PyQt5
psutil
PyInstaller==4.8
PyInstaller==4.1
win32mica

0 comments on commit a60f286

Please sign in to comment.