Skip to content

Commit a464daa

Browse files
committed
Update version to 2020.12.2
1 parent f799b60 commit a464daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InnoSetup.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2020.12.1"
5+
#define MyAppVersion "2020.12.2"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"

build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$Version = "2020.12.1"
1+
$Version = "2020.12.2"
22
$IsPreview = $false
33

44
$BuildPath = "$PSScriptRoot\Build"

0 commit comments

Comments
 (0)