Skip to content

Commit

Permalink
Automatic commit by iyzico-ci v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iyzico-ci committed Nov 9, 2016
1 parent bda1702 commit 689a0d5
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.8");
headers.Add(CLIENT_VERSION, "iyzipay-dotnet-2.1.9");
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.8</version>
<version>2.1.9</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.8
2.1.9

0 comments on commit 689a0d5

Please sign in to comment.