Skip to content

Commit

Permalink
Release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed Dec 4, 2024
1 parent d123c8f commit aee91cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SpeedrunTracker/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

public partial class App : Application
{
public const string Version = "1.1.1";
public const string Version = "1.1.2";

public App(ILocalSettingsService settingsService)
{
Expand Down
4 changes: 2 additions & 2 deletions SpeedrunTracker/SpeedrunTracker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<ApplicationIdGuid>05794264-b003-4ffb-be94-5c6c2dc4ee15</ApplicationIdGuid>

<!-- Versions -->
<ApplicationDisplayVersion>1.1.1</ApplicationDisplayVersion>
<ApplicationVersion>111</ApplicationVersion>
<ApplicationDisplayVersion>1.1.2</ApplicationDisplayVersion>
<ApplicationVersion>112</ApplicationVersion>

<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'ios'">11.0</SupportedOSPlatformVersion>
<SupportedOSPlatformVersion Condition="$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)')) == 'maccatalyst'">13.1</SupportedOSPlatformVersion>
Expand Down

0 comments on commit aee91cc

Please sign in to comment.