Skip to content

Commit

Permalink
Release 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathancouchman committed Oct 9, 2020
1 parent 15e1a3a commit 3f173be
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions HALL_OF_FAME.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Many people have helped us along the way and we are sincerely grateful to all of
|Donovan Schönknecht (tpyo)|https://github.com/tpyo|
|Steve Rhodes (elasticsteve)|https://github.com/elasticsteve|
|Valdas Barakauskas (bilikaz)|https://github.com/bilikaz|
|mo6709|https://github.com/mo6709|

In our book, they have reached [**honorificabilitudinitatibus**][sesqui] :-)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-php.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-php)

# Currencycloud API v2 PHP client
## Version: 1.9.3
## Version: 1.10.2

This is the official PHP SDK for the Currencycloud API. Additional documentation
for each API endpoint can be found at [developer.currencycloud.com](https://developer.currencycloud.com/documentation/getting-started/introduction/).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"authors": [
{
"name": "CurrencyCloud",
"email": "richard.nienaber@currencycloud.com",
"email": "development@currencycloud.com",
"homepage": "https://developer.currencycloud.com/documentation/getting-started/introduction",
"role": "developer"
}
Expand Down
2 changes: 1 addition & 1 deletion src/CurrencyCloud.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CurrencyCloud
*/
private $vansEntryPoint;

public static $SDK_VERSION = "1.9.3";
public static $SDK_VERSION = "1.10.2";

/**
* @param Session $session
Expand Down

0 comments on commit 3f173be

Please sign in to comment.