Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DuoUniversal/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace DuoUniversal
public class Client
{
public const string DUO_UNIVERSAL_CSHARP = "duo_universal_csharp";
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.3.0";
public const string DUO_UNIVERSAL_CSHARP_VERSION = "1.3.1";

internal const int CLIENT_ID_LENGTH = 20;
internal const int CLIENT_SECRET_LENGTH = 40;
Expand Down
2 changes: 1 addition & 1 deletion DuoUniversal/DuoUniversal.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net471</TargetFrameworks>
<PackageId>DuoUniversal</PackageId>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<Authors>Duo Security</Authors>
<Company>Duo Security</Company>
<Copyright>Cisco Systems, Inc. and/or its affiliates</Copyright>
Expand Down
Loading