We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df0bdf commit 56e33a3Copy full SHA for 56e33a3
Charm/MainWindow.xaml.cs
@@ -95,7 +95,7 @@ private void CheckGameVersion()
95
96
private async void CheckVersion()
97
{
98
- var currentVersion = new ApplicationVersion("1.2.3");
+ var currentVersion = new ApplicationVersion("1.2.4");
99
var versionChecker = new ApplicationVersionChecker("https://github.com/MontagueM/Charm/raw/main/", currentVersion);
100
versionChecker.LatestVersionName = "version";
101
try
version.xml
@@ -1,3 +1,3 @@
1
<Version>
2
- <Id>1.2.3</Id>
+ <Id>1.2.4</Id>
3
</Version>
0 commit comments