Skip to content

Commit

Permalink
Merge pull request #192 from Beamographic/dependabot/nuget/ppy.osu.Ga…
Browse files Browse the repository at this point in the history
…me-2021.1103.1

Bump ppy.osu.Game from 2021.927.0 to 2021.1103.1
  • Loading branch information
LumpBloom7 authored Nov 3, 2021
2 parents 0d4949f + 35e4b4d commit ac141a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/Objects/StarSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace osu.Game.Rulesets.Rush.Objects
{
public class StarSheet : LanedHit, IHasDuration
{
public List<IList<HitSampleInfo>> NodeSamples;
public IList<IList<HitSampleInfo>> NodeSamples;

public double EndTime
{
Expand Down
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Rush/osu.Game.Rulesets.Rush.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<PackageReference Include="ppy.osu.Game" Version="2021.927.0" />
<PackageReference Include="ppy.osu.Game" Version="2021.1103.1" />
</ItemGroup>
</Project>

0 comments on commit ac141a0

Please sign in to comment.