We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f799b60 commit a464daaCopy full SHA for a464daa
InnoSetup.iss
@@ -2,7 +2,7 @@
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
4
#define MyAppName "NETworkManager"
5
-#define MyAppVersion "2020.12.1"
+#define MyAppVersion "2020.12.2"
6
#define MyAppPublisher "BornToBeRoot"
7
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
8
#define MyAppExeName "NETworkManager.exe"
build.ps1
@@ -1,4 +1,4 @@
1
-$Version = "2020.12.1"
+$Version = "2020.12.2"
$IsPreview = $false
$BuildPath = "$PSScriptRoot\Build"
0 commit comments