Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrau55 committed Apr 29, 2016
1 parent dc69b3e commit 57989cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can install the bindings via [Composer](http://getcomposer.org/). Add this t
```json
{
"require": {
"secucard/secucard-connect":"v1.0.4"
"secucard/secucard-connect":"v1.0.5"
}
}
```
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.4';
const VERSION = '1.0.5';

const HTTP_STATUS_CODE_OK = 200;

Expand Down

0 comments on commit 57989cc

Please sign in to comment.