diff --git a/OBSClient/OBSClient.csproj b/OBSClient/OBSClient.csproj index e72f3e3..89e0f5d 100644 --- a/OBSClient/OBSClient.csproj +++ b/OBSClient/OBSClient.csproj @@ -15,7 +15,7 @@ git obs LICENSE - 2.0.3 + 2.1.0 True diff --git a/README.md b/README.md index fdb73c4..694a59f 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Our intent is to create a complete and easy to use client ## Installation Install from the [NuGet Gallery](https://www.nuget.org/packages/OBSClient) -Or through the NuGet CLI: `NuGet\Install-Package OBSClient -Version 2.0.3` -From the command line: `dotnet add package OBSClient --version 2.0.3` +Or through the NuGet CLI: `NuGet\Install-Package OBSClient -Version 2.1.0` +From the command line: `dotnet add package OBSClient --version 2.1.0` ## Sample usage