Skip to content

Commit

Permalink
Version 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marticliment committed Oct 9, 2022
1 parent 008d75e commit 54284ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ElevenClock.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "ElevenClock"
#define MyAppVersion "3.9.0"
#define MyAppVersion "3.9.1"
#define MyAppPublisher "Martí Climent"
#define MyAppURL "https://github.com/martinet101/ElevenClock"
#define MyAppExeName "ElevenClock.exe"
Expand Down
4 changes: 2 additions & 2 deletions elevenclock-version-info
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ StringFileInfo(
[
StringStruct(u'CompanyName', u'Martí Climent'),
StringStruct(u'FileDescription', u'ElevenClock'),
StringStruct(u'FileVersion', u'3.9.0'),
StringStruct(u'ProductVersion', u'3.9.0'),
StringStruct(u'FileVersion', u'3.9.1'),
StringStruct(u'ProductVersion', u'3.9.1'),
StringStruct(u'InternalName', u'ElevenClock'),
StringStruct(u'LegalCopyright', u'Martí Climent'),
StringStruct(u'OriginalFilename', u'elevenclock.exe'),
Expand Down
4 changes: 2 additions & 2 deletions elevenclock/versions.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 3.9
versionName = "3.9.0"
version = 3.91
versionName = "3.9.1"

0 comments on commit 54284ce

Please sign in to comment.