Skip to content

Commit 546ff07

Browse files
committed
v1.3.2
- Updates NewtonSoft JSON to 13.0.1 - Fixes broken Discord webhooks by adding TLS 1.2 support
1 parent 8c12c07 commit 546ff07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Installer.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
##### Settings
14-
OutFile "InstallTownCrier_v1.3.1.exe"
14+
OutFile "InstallTownCrier_v1.3.2.exe"
1515
InstallDir "$PROGRAMFILES\${APPNAME}"
1616

1717

Diff for: Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.3.1")]
36-
[assembly: AssemblyFileVersion("1.3.1")]
35+
[assembly: AssemblyVersion("1.3.2")]
36+
[assembly: AssemblyFileVersion("1.3.2")]

0 commit comments

Comments
 (0)