Skip to content

Commit

Permalink
CHANGE version to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-simlinger committed Nov 29, 2016
1 parent 585909b commit 562487e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "secucard connect PHP client SDK",
"license": "Apache-2.0",
"homepage": "https://github.com/secucard/secucard-connect-php-sdk",
"version": "v1.0.7",
"version": "v1.0.8",
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/SecucardConnect/SecucardConnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ final class SecucardConnect
* Api version
* @var string
*/
const VERSION = '1.0.7';
const VERSION = '1.0.8';

const HTTP_STATUS_CODE_OK = 200;

Expand Down

0 comments on commit 562487e

Please sign in to comment.