From adac7b52bce049b083f31acb755dea0ae78f79dc Mon Sep 17 00:00:00 2001
From: infinitepower18 <44692189+infinitepower18@users.noreply.github.com>
Date: Sun, 8 Dec 2024 22:12:07 +0000
Subject: [PATCH] Bump version
---
Installer/installer_arm64.iss | 2 +-
Installer/installer_x64.iss | 2 +-
WSA System Control/WSA System Control.csproj | 4 ++--
WSCPackage/Package.appxmanifest | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Installer/installer_arm64.iss b/Installer/installer_arm64.iss
index 87fa544..6d49ed9 100644
--- a/Installer/installer_arm64.iss
+++ b/Installer/installer_arm64.iss
@@ -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"
diff --git a/Installer/installer_x64.iss b/Installer/installer_x64.iss
index beade74..d764d80 100644
--- a/Installer/installer_x64.iss
+++ b/Installer/installer_x64.iss
@@ -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"
diff --git a/WSA System Control/WSA System Control.csproj b/WSA System Control/WSA System Control.csproj
index a3b1b26..baec7e7 100644
--- a/WSA System Control/WSA System Control.csproj
+++ b/WSA System Control/WSA System Control.csproj
@@ -7,8 +7,8 @@
true
enable
app.ico
- 1.0.11
- 1.0.11
+ 1.0.12
+ 1.0.12
win-x86;win-x64;win-arm64
AnyCPU;ARM64;x64
10.0.19041.0
diff --git a/WSCPackage/Package.appxmanifest b/WSCPackage/Package.appxmanifest
index 67a7a69..49778cb 100644
--- a/WSCPackage/Package.appxmanifest
+++ b/WSCPackage/Package.appxmanifest
@@ -10,7 +10,7 @@
+ Version="1.0.12.0" />
WSA System Control