Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Apr 5, 2018
1 parent 622640e commit 3f60f5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Iyzipay/IyzipayResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ protected static WebHeaderCollection GetHttpHeaders(BaseRequest request, Options
WebHeaderCollection headers = new WebHeaderCollection();
headers.Add("Accept", "application/json");
headers.Add(RANDOM_HEADER_NAME, randomString);
headers.Add(CLIENT_VERSION, "iyzipay-dotnet-2.1.13");
headers.Add(CLIENT_VERSION, "iyzipay-dotnet-2.1.14");
headers.Add(AUTHORIZATION, PrepareAuthorizationString(request, randomString, options));
return headers;
}
Expand Down
2 changes: 1 addition & 1 deletion Iyzipay/build/Iyzipay.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package >
<metadata>
<id>Iyzipay</id>
<version>2.1.13</version>
<version>2.1.14</version>
<title>Iyzipay</title>
<authors>iyzico</authors>
<owners>iyzico</owners>
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.13
2.1.14

0 comments on commit 3f60f5e

Please sign in to comment.