Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 committed Dec 8, 2024
1 parent 93ca9ae commit adac7b5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Installer/installer_arm64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "WSA System Control"
#define MyAppVersion "1.0.11"
#define MyAppVersion "1.0.12"
#define MyAppPublisher "infinitepower18"
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
Expand Down
2 changes: 1 addition & 1 deletion Installer/installer_x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "WSA System Control"
#define MyAppVersion "1.0.11"
#define MyAppVersion "1.0.12"
#define MyAppPublisher "infinitepower18"
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
Expand Down
4 changes: 2 additions & 2 deletions WSA System Control/WSA System Control.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>app.ico</ApplicationIcon>
<AssemblyVersion>1.0.11</AssemblyVersion>
<Version>1.0.11</Version>
<AssemblyVersion>1.0.12</AssemblyVersion>
<Version>1.0.12</Version>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<Platforms>AnyCPU;ARM64;x64</Platforms>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
Expand Down
2 changes: 1 addition & 1 deletion WSCPackage/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<Identity
Name="46954GamenologyMedia.WSASystemControl"
Publisher="CN=091B3CC8-312A-4A38-8EAB-908DCCB09857"
Version="1.0.11.0" />
Version="1.0.12.0" />

<Properties>
<DisplayName>WSA System Control</DisplayName>
Expand Down

0 comments on commit adac7b5

Please sign in to comment.