Skip to content

Commit a478dc9

Browse files
Bump version
1 parent 4025269 commit a478dc9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Installer/installer_arm64.iss

Lines changed: 1 addition & 1 deletion
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 "WSA System Control"
5-
#define MyAppVersion "1.0.12"
5+
#define MyAppVersion "1.0.13"
66
#define MyAppPublisher "infinitepower18"
77
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
88
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"

Installer/installer_x64.iss

Lines changed: 1 addition & 1 deletion
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 "WSA System Control"
5-
#define MyAppVersion "1.0.12"
5+
#define MyAppVersion "1.0.13"
66
#define MyAppPublisher "infinitepower18"
77
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
88
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"

WSA System Control/WSA System Control.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<UseWindowsForms>true</UseWindowsForms>
88
<ImplicitUsings>enable</ImplicitUsings>
99
<ApplicationIcon>app.ico</ApplicationIcon>
10-
<AssemblyVersion>1.0.12</AssemblyVersion>
11-
<Version>1.0.12</Version>
10+
<AssemblyVersion>1.0.13</AssemblyVersion>
11+
<Version>1.0.13</Version>
1212
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
1313
<Platforms>AnyCPU;ARM64;x64</Platforms>
1414
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>

WSCPackage/Package.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<Identity
1111
Name="46954GamenologyMedia.WSASystemControl"
1212
Publisher="CN=091B3CC8-312A-4A38-8EAB-908DCCB09857"
13-
Version="1.0.12.0" />
13+
Version="1.0.13.0" />
1414

1515
<Properties>
1616
<DisplayName>WSA System Control</DisplayName>

0 commit comments

Comments
 (0)