Skip to content

Commit

Permalink
Merge pull request #181 from rahulrnitc/master
Browse files Browse the repository at this point in the history
Updating SDK version to 1.9.3 for new release
  • Loading branch information
Sunny Raj Rathod authored May 18, 2017
2 parents fec8533 + 576733e commit b385282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Authorize.NET/Util/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Constants {
public const int HttpConnectionDefaultTimeout = 30000;
public const int HttpReadWriteDefaultTimeout = 30000;

public const string SDKVersion = "1.9.2";
public const string SDKVersion = "1.9.3";

}
#pragma warning restore 1591
Expand Down
2 changes: 1 addition & 1 deletion AuthorizeNet.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>AuthorizeNet</id>
<version>1.9.2</version>
<version>1.9.3</version>
<title>AuthorizeNet</title>
<authors>Authorize.Net</authors>
<owners>AuthorizeNet</owners>
Expand Down

0 comments on commit b385282

Please sign in to comment.