Skip to content

Commit

Permalink
bump osu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flutterish committed Jan 2, 2024
1 parent d92cd7c commit 47c7d97
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 @@ -165,7 +165,7 @@ private class HeaderTitle : OverlayTitle {
public HeaderTitle () {
Title = "rūrusetto";
Description = Localisation.Strings.RurusettoDescription;
Icon = HexaconsIcons.Chart;
Icon = OsuIcon.Rulesets;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
<None Remove="Resources\Textures\oh_no.png" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2023.1207.0" />
<PackageReference Include="ppy.osu.Game" Version="2023.1231.0" />
</ItemGroup>
</Project>

0 comments on commit 47c7d97

Please sign in to comment.