From e72618915e8649ac775c65263331dfca68861f06 Mon Sep 17 00:00:00 2001 From: Montague <6136789+MontagueM@users.noreply.github.com> Date: Sat, 23 Jul 2022 15:04:08 +0100 Subject: [PATCH] Version update --- Charm/MainWindow.xaml.cs | 2 +- version.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Charm/MainWindow.xaml.cs b/Charm/MainWindow.xaml.cs index 07e1254d..fec4877d 100644 --- a/Charm/MainWindow.xaml.cs +++ b/Charm/MainWindow.xaml.cs @@ -95,7 +95,7 @@ private void CheckGameVersion() private async void CheckVersion() { - var currentVersion = new ApplicationVersion("1.1.0"); + var currentVersion = new ApplicationVersion("1.1.1"); var versionChecker = new ApplicationVersionChecker("https://github.com/MontagueM/Charm/raw/main/", currentVersion); versionChecker.LatestVersionName = "version"; try diff --git a/version.xml b/version.xml index a7caa302..14871b00 100644 --- a/version.xml +++ b/version.xml @@ -1,3 +1,3 @@ - 1.1.0 + 1.1.1 \ No newline at end of file