Skip to content

Commit

Permalink
chore: release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyn committed May 18, 2023
1 parent 35f2408 commit 097939a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,3 @@ lib/Model/SubscriptionStatus.php
lib/Model/UpdateSubscriptionRequest.php
lib/ObjectSerializer.php
phpunit.xml.dist
test/Model/SendPaymentRequestTest.php
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",
"artifactVersion": "2.1.2",
"artifactVersion": "2.2.0",
"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": "2.1.2",
"version": "2.2.0",
"description": "MONEI PHP SDK",
"author": "monei",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class Configuration
*
* @var string
*/
protected $userAgent = 'OpenAPI-Generator/2.1.2/PHP';
protected $userAgent = 'OpenAPI-Generator/2.2.0/PHP';

/**
* Debug switch (default set to false)
Expand Down Expand Up @@ -433,7 +433,7 @@ public static function toDebugReport()
$report .= ' OS: ' . php_uname() . PHP_EOL;
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
$report .= ' The version of the OpenAPI document: 1.4.0' . PHP_EOL;
$report .= ' SDK Package Version: 2.1.2' . PHP_EOL;
$report .= ' SDK Package Version: 2.2.0' . PHP_EOL;
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;

return $report;
Expand Down
2 changes: 1 addition & 1 deletion lib/MoneiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MoneiClient
/**
* SDK Version.
*/
const SDK_VERSION = '2.1.2';
const SDK_VERSION = '2.2.0';

/**
* @var Configuration
Expand Down

0 comments on commit 097939a

Please sign in to comment.