Skip to content

Commit 1563525

Browse files
committed
Update installer.
1 parent 19bab60 commit 1563525

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SuperGrateInstaller/installer.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
!define NAME "Super Grate"
22
!define NAME2 "SuperGrate"
3-
!define VERSION "1.2.1.0"
3+
!define VERSION "1.3.0.0"
44
!include x64.nsh
55
!include "MUI2.nsh"
66
Name "${NAME}"
77
OutFile ".\bin\${NAME2}Installer.exe"
8-
BrandingText "Dylan Bickerstaff (C) 2019 - Super Suite - ${NAME} - v${VERSION}"
8+
BrandingText "Dylan Bickerstaff (C) 2020 - Super Suite - ${NAME} - v${VERSION}"
99

1010
VIAddVersionKey "ProductName" "${NAME}"
1111
VIAddVersionKey "LegalTrademarks" "Super Suite"

0 commit comments

Comments
 (0)