Skip to content

Commit 9f0c74f

Browse files
authored
Merge pull request #10 from neilgarb/0.0.3
Release 0.0.3
2 parents 5abd09a + 45ed900 commit 9f0c74f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "luno/luno-php",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"type": "library",
55
"description": "PHP SDK for the Luno API",
66
"keywords": ["luno", "bitcoin", "ethereum"],

src/Luno/AbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
abstract class AbstractClient
1313
{
14-
private static $version = "0.0.2";
14+
private static $version = "0.0.3";
1515
private static $defaultBaseURL = 'https://api.mybitx.com/';
1616
private static $defaultTimeoutSeconds = 10.0;
1717

0 commit comments

Comments
 (0)