We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec75cc commit 4f5b9c1Copy full SHA for 4f5b9c1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Changelog
2
3
+### 4.0.1 - 11 March, 2015
4
+- Added compatibility for PHP 5.3.29.
5
+- Fixed certain build errors with TravisCI.
6
+
7
### 4.0.0 - 11 March, 2015
8
9
- First version of new official BlockScore PHP lib
VERSION
@@ -1 +1 @@
-4.0.0
+4.0.1
lib/BlockScore.php
@@ -14,7 +14,7 @@ class BlockScore
14
public static $apiVersion = null;
15
16
// @var string Version of the BlockScore PHP client library.
17
- public static $clientVersion = '4.0.0';
+ public static $clientVersion = '4.0.1';
18
19
/**
20
* @return string The BlockScore API key used for requests.
0 commit comments