From eb72811c7bfa6fa399424170b7e8c4c0e0b0f11c Mon Sep 17 00:00:00 2001 From: Montague <6136789+MontagueM@users.noreply.github.com> Date: Fri, 22 Jul 2022 18:49:53 +0100 Subject: [PATCH] New version --- 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 f4039072..07e1254d 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.0.7"); + var currentVersion = new ApplicationVersion("1.1.0"); 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 61049205..a7caa302 100644 --- a/version.xml +++ b/version.xml @@ -1,3 +1,3 @@ - 1.0.7 + 1.1.0 \ No newline at end of file