Skip to content

Commit 4f5b9c1

Browse files
committed
Update to version 4.0.1
1 parent 2ec75cc commit 4f5b9c1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 4.0.1 - 11 March, 2015
4+
- Added compatibility for PHP 5.3.29.
5+
- Fixed certain build errors with TravisCI.
6+
37
### 4.0.0 - 11 March, 2015
48

59
- First version of new official BlockScore PHP lib

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0
1+
4.0.1

lib/BlockScore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BlockScore
1414
public static $apiVersion = null;
1515

1616
// @var string Version of the BlockScore PHP client library.
17-
public static $clientVersion = '4.0.0';
17+
public static $clientVersion = '4.0.1';
1818

1919
/**
2020
* @return string The BlockScore API key used for requests.

0 commit comments

Comments
 (0)