Skip to content

Commit 3f173be

Browse files
Release 1.10.2
1 parent 15e1a3a commit 3f173be

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

HALL_OF_FAME.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Many people have helped us along the way and we are sincerely grateful to all of
1111
|Donovan Schönknecht (tpyo)|https://github.com/tpyo|
1212
|Steve Rhodes (elasticsteve)|https://github.com/elasticsteve|
1313
|Valdas Barakauskas (bilikaz)|https://github.com/bilikaz|
14+
|mo6709|https://github.com/mo6709|
1415

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![Build Status](https://travis-ci.org/CurrencyCloud/currencycloud-php.png?branch=master)](https://travis-ci.org/CurrencyCloud/currencycloud-php)
22

33
# Currencycloud API v2 PHP client
4-
## Version: 1.9.3
4+
## Version: 1.10.2
55

66
This is the official PHP SDK for the Currencycloud API. Additional documentation
77
for each API endpoint can be found at [developer.currencycloud.com](https://developer.currencycloud.com/documentation/getting-started/introduction/).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
{
66
"name": "CurrencyCloud",
7-
"email": "richard.nienaber@currencycloud.com",
7+
"email": "development@currencycloud.com",
88
"homepage": "https://developer.currencycloud.com/documentation/getting-started/introduction",
99
"role": "developer"
1010
}

src/CurrencyCloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class CurrencyCloud
103103
*/
104104
private $vansEntryPoint;
105105

106-
public static $SDK_VERSION = "1.9.3";
106+
public static $SDK_VERSION = "1.10.2";
107107

108108
/**
109109
* @param Session $session

0 commit comments

Comments
 (0)