Skip to content

Commit

Permalink
Merge pull request #5 from Ijwu/development
Browse files Browse the repository at this point in the history
Update to "support" 0.1.9 so current source stops not working.
  • Loading branch information
Ijwu authored Nov 8, 2021
2 parents 447ad54 + 91f94c0 commit 5fc106f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Archipelago.RiskOfRain2/ArchipelagoClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public ArchipelagoClient()

connectPacket.Game = "Risk of Rain 2";
connectPacket.Uuid = Guid.NewGuid().ToString();
connectPacket.Version = new Version(0, 1, 0);
connectPacket.Version = new Version(0, 1, 9);
connectPacket.Tags = new List<string> { "AP" };
}

Expand Down

0 comments on commit 5fc106f

Please sign in to comment.