Skip to content

Commit

Permalink
Update to version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjkerr committed Mar 12, 2015
1 parent 2ec75cc commit 4f5b9c1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

### 4.0.1 - 11 March, 2015
- Added compatibility for PHP 5.3.29.
- Fixed certain build errors with TravisCI.

### 4.0.0 - 11 March, 2015

- First version of new official BlockScore PHP lib
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
2 changes: 1 addition & 1 deletion lib/BlockScore.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class BlockScore
public static $apiVersion = null;

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

/**
* @return string The BlockScore API key used for requests.
Expand Down

0 comments on commit 4f5b9c1

Please sign in to comment.