Skip to content

Commit

Permalink
Bump: Installer version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ifexception committed Feb 5, 2023
1 parent 9254ae1 commit 44513fb
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,7 +1,7 @@
; -- Taskable.iss --
; Installer file for Taskable application

#define TaskableVersion "1.6.0"
#define TaskableVersion "1.6.1"

[Setup]
AppName=Taskable
Expand All @@ -18,11 +18,11 @@ UninstallDisplayIcon={app}\Taskable.exe
Compression=lzma2
SolidCompression=yes
OutputDir=Installer
OutputBaseFilename=Taskable-x86.1.6.0-Installer
OutputBaseFilename=Taskable-x86.1.6.1-Installer
LicenseFile=License.txt
WindowResizable=no
DisableWelcomePage=no
SetupIconFile=taskable-installer.ico
SetupIconFile=taskable.ico

[Files]
Source: "Taskable.exe"; DestDir: "{app}"
Expand Down

0 comments on commit 44513fb

Please sign in to comment.