Skip to content

Commit

Permalink
1.2 -> 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Polishchuk committed Sep 24, 2023
1 parent bae81dd commit 81a9e53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{9D6C1B9B-8B69-4803-9761-F4DA08BBB0B1}
AppName=ArciBinder
AppVersion=1.2
;AppVerName=ArciBinder 1.2
AppVersion=1.2.1
;AppVerName=ArciBinder 1.2.1
AppPublisher=Denipolis
DefaultDirName={autopf}\ArciBinder
DisableProgramGroupPage=yes
Expand Down
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def main():

app.setApplicationName('ArciBinder')
app.setApplicationDisplayName('ArciBinder')
app.setApplicationVersion('1.2')
app.setApplicationVersion('1.2.1')
app.setWindowIcon(QIcon(os.path.join(basedir, "ui/images/logo.ico")))
if QFontDatabase.addApplicationFont(u":/fonts/fonts/Rubik-SemiBold.ttf") < 0: print('Unable to load font!')

Expand Down

0 comments on commit 81a9e53

Please sign in to comment.