Skip to content

Commit

Permalink
Merge pull request #124 from SSchulze1989/develop
Browse files Browse the repository at this point in the history
v 0.10.3
  • Loading branch information
SSchulze1989 authored Dec 18, 2023
2 parents a2eb147 + c6add3f commit 3ed75ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@
{
DisableBackgroundCancel = false,
};
var result = await ModalService.Show<ShowPenaltiesModal>("Penalties", parameters, options).Result;
var result = await ModalService.Show<ShowPenaltiesModal>("Bonuses / Penalties", parameters, options).Result;
}
}
2 changes: 1 addition & 1 deletion src/iRLeagueManager.Web/iRLeagueManager.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Version>0.10.2</Version>
<Version>0.10.3</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-iRLeagueManager.Web-2B05F9DC-55A3-49D1-BD64-31507000EDF3</UserSecretsId>
Expand Down

0 comments on commit 3ed75ab

Please sign in to comment.