Skip to content

Commit

Permalink
Merge pull request #9 from MONEI/feat/new-release
Browse files Browse the repository at this point in the history
feat: new release version
  • Loading branch information
Leandro Marty authored Feb 26, 2021
2 parents b405cec + 2eff127 commit df43e6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Or add the following to `composer.json`:
```json
{
"require": {
"monei/monei-php-sdk": "^0.1.6"
"monei/monei-php-sdk": "^0.1.7"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "MONEI PHP SDK",
"packageVersion": "0.1.6",
"packageVersion": "0.1.7",
"gitHost": "github.com",
"gitUserId": "monei",
"gitRepoId": "monei-php-sdk"
Expand Down
2 changes: 1 addition & 1 deletion build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monei-php-sdk",
"version": "0.1.6",
"version": "0.1.7",
"description": "MONEI PHP SDK",
"author": "monei",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion lib/MoneiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function __construct(
) {
$this->config = $config ?: Configuration::getDefaultConfiguration();
$this->config->setApiKey('Authorization', $apiKey);
$this->config->setUserAgent('MONEI/PHP/0.1.6');
$this->config->setUserAgent('MONEI/PHP/0.1.7');

$this->payments = new PaymentsApi(null, $this->config);
}
Expand Down

0 comments on commit df43e6f

Please sign in to comment.