Skip to content

Commit

Permalink
Bump version to 2.18.6
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-blockchyp committed Aug 6, 2024
1 parent e493554 commit 359abe0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4803,6 +4803,8 @@ Here's the full list with links to their GitHub repositories.

[Node.js/JavaScript SDK](https://github.com/blockchyp/blockchyp-js)

[Typescript SDK](https://github.com/blockchyp/blockchyp-ts)

[Java SDK](https://github.com/blockchyp/blockchyp-java)

[.net/C# SDK](https://github.com/blockchyp/blockchyp-csharp)
Expand All @@ -4814,3 +4816,5 @@ Here's the full list with links to their GitHub repositories.
[Python SDK](https://github.com/blockchyp/blockchyp-python)

[iOS (Objective-C/Swift) SDK](https://github.com/blockchyp/blockchyp-ios)

[Rust SDK](https://github.com/blockchyp/blockchyp-rust)
8 changes: 4 additions & 4 deletions lib/BlockChypClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class BlockChypClient
const ROUNDING_MODE_NEAREST = 'nearest';
const ROUNDING_MODE_DOWN = 'down';

const VERSION = '2.18.5';
const VERSION = '2.18.6';

protected static $apiKey;

Expand All @@ -67,10 +67,10 @@ class BlockChypClient

protected static $gatewayHost = 'https://api.blockchyp.com';

protected static $testGatewayHost = 'https://test.blockchyp.com';

protected static $dashboardHost = 'https://dashboard.blockchyp.com';
protected static $testGatewayHost = 'https://dashboard.blockchyp.com';

protected static $dashboardHost = 'https://test.blockchyp.com';

protected static $https = true;

protected static $routeCacheLocation;
Expand Down

0 comments on commit 359abe0

Please sign in to comment.