Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
MontagueM committed Jul 23, 2022
1 parent 4c18735 commit e726189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Charm/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Version>
<Id>1.1.0</Id>
<Id>1.1.1</Id>
</Version>

0 comments on commit e726189

Please sign in to comment.