Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Heufneutje committed May 9, 2024
1 parent 83158e7 commit d26f3c4
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 @@ -4,7 +4,7 @@ namespace SpeedrunTracker;

public partial class App : Application
{
public const string Version = "1.0.0";
public const string Version = "1.0.1";

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

<!-- Versions -->
<ApplicationDisplayVersion>1.0.0</ApplicationDisplayVersion>
<ApplicationVersion>100</ApplicationVersion>
<ApplicationDisplayVersion>1.0.1</ApplicationDisplayVersion>
<ApplicationVersion>101</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 d26f3c4

Please sign in to comment.