Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
infinitepower18 authored Feb 14, 2024
1 parent 1b81362 commit 86e2acd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 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.8"
#define MyAppVersion "1.0.9"
#define MyAppPublisher "infinitepower18"
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
Expand Down Expand Up @@ -44,6 +44,7 @@ Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "zh"; MessagesFile: "compiler:Languages\Chinese.isl"
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "ar"; MessagesFile: "compiler:Languages\Arabic.isl"

[Tasks]
Name: startup; Description: "Run WSA System Control on Windows login"; GroupDescription: "Additional options:";
Expand Down
3 changes: 2 additions & 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.8"
#define MyAppVersion "1.0.9"
#define MyAppPublisher "infinitepower18"
#define MyAppURL "https://github.com/infinitepower18/WSA-SystemControl"
#define MyAppUpdateURL "https://github.com/infinitepower18/WSA-SystemControl/releases/latest"
Expand Down Expand Up @@ -44,6 +44,7 @@ Name: "en"; MessagesFile: "compiler:Default.isl"
Name: "ja"; MessagesFile: "compiler:Languages\Japanese.isl"
Name: "zh"; MessagesFile: "compiler:Languages\Chinese.isl"
Name: "hu"; MessagesFile: "compiler:Languages\Hungarian.isl"
Name: "ar"; MessagesFile: "compiler:Languages\Arabic.isl"

[Tasks]
Name: startup; Description: "Run WSA System Control on Windows login"; GroupDescription: "Additional options:";
Expand Down
2 changes: 1 addition & 1 deletion WSA System Control/WSA System Control.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>app.ico</ApplicationIcon>
<AssemblyVersion>1.0.8</AssemblyVersion>
<AssemblyVersion>1.0.9</AssemblyVersion>
<Version>1.0.8</Version>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<Platforms>AnyCPU;ARM64;x64</Platforms>
Expand Down
3 changes: 2 additions & 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.8.0" />
Version="1.0.9.0" />

<Properties>
<DisplayName>WSA System Control</DisplayName>
Expand All @@ -27,6 +27,7 @@
<Resource Language="ja-JP"/>
<Resource Language="zh-CN"/>
<Resource Language="hu"/>
<Resource Language="ar"/>
</Resources>

<Applications>
Expand Down
2 changes: 1 addition & 1 deletion WSCPackage/WSCPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<GenerateTemporaryStoreCertificate>True</GenerateTemporaryStoreCertificate>
<AppxDefaultResourceQualifiers>Language=EN;JA-JP;ZH-CN;HU</AppxDefaultResourceQualifiers>
<AppxDefaultResourceQualifiers>Language=EN;JA-JP;ZH-CN;HU;AR</AppxDefaultResourceQualifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
<DefaultLanguage>en</DefaultLanguage>
Expand Down

0 comments on commit 86e2acd

Please sign in to comment.