Skip to content

Commit

Permalink
Bump: Installer file version
Browse files Browse the repository at this point in the history
  • Loading branch information
ifexception committed Feb 4, 2023
1 parent a21ba9b commit 4cc9b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer/Taskable.iss
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
; -- Taskable.iss --
; Installer file for Taskable application

#define TaskableVersion "1.5.1"
#define TaskableVersion "1.6.0"

[Setup]
AppName=Taskable
AppVersion={#TaskableVersion}
AppContact=szymonwelgus at gmail dot com
AppCopyright=Copyright (C) 2022 Szymon Welgus
AppCopyright=Copyright (C) 2023 Szymon Welgus
AppPublisher=Szymon Welgus
AppId={{6BE5E5E6-68BF-4AF7-A9E5-FF919709E86C}
AppVerName=Taskable {#TaskableVersion}
Expand All @@ -18,7 +18,7 @@ UninstallDisplayIcon={app}\Taskable.exe
Compression=lzma2
SolidCompression=yes
OutputDir=Installer
OutputBaseFilename=Taskable-x86.1.5.1-Installer
OutputBaseFilename=Taskable-x86.1.6.0-Installer
LicenseFile=License.txt
WindowResizable=no
DisableWelcomePage=no
Expand Down

0 comments on commit 4cc9b6a

Please sign in to comment.