Skip to content

Commit

Permalink
update package references for api, client and pubsub to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyspiffy committed Jan 29, 2021
1 parent 0c35aaf commit ece082a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions TwitchLib.Unity/TwitchLib.Unity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@

<ItemGroup>
<PackageReference Include="Serilog.Extensions.Logging" Version="3.0.1" />
<PackageReference Include="TwitchLib.Api" Version="3.1.3" />
<PackageReference Include="TwitchLib.Client" Version="3.1.5" />
<PackageReference Include="TwitchLib.PubSub" Version="3.1.4" />
<PackageReference Include="TwitchLib.Api" Version="3.2.0" />
<PackageReference Include="TwitchLib.Client" Version="3.2.0" />
<PackageReference Include="TwitchLib.PubSub" Version="3.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ece082a

Please sign in to comment.