Skip to content

Commit

Permalink
Updated PHP client to v1.190.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitmovin OpenApi Bot committed Apr 16, 2024
1 parent c0f13a0 commit f6dd726
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To install the API client with composer, add the following to your composer.json
{
"require":
{
"bitmovin/bitmovin-api-sdk-php": "1.189.0"
"bitmovin/bitmovin-api-sdk-php": "1.190.0"
}
}
```
Expand All @@ -49,7 +49,7 @@ Then run `php composer.phar install`

OR

run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.189.0`
run the following command: `php composer.phar require bitmovin/bitmovin-api-sdk-php:1.190.0`

## Initialization

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bitmovin/bitmovin-api-sdk-php",
"description": "This is the Bitmovin API SDK for PHP",
"version": "1.189.0",
"version": "1.190.0",
"authors": [
{
"name": "Bitmovin Inc",
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2>Software Documentation</h2>
</div>
<div id="buildinfo">
<h3>Build</h3>
<p>Wed, 03 Apr 2024 09:37:28 +0000</p>
<p>Tue, 16 Apr 2024 09:53:45 +0000</p>
<h3>VCS Info</h3>
<p>
tag: <br/>
Expand Down
2 changes: 1 addition & 1 deletion src/Common/Middleware/CustomApiHeaders.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct(string $apiKey, ?string $tenantOrgId)
'Content-Type' => 'application/json',
'X-Api-Key' => $apiKey,
'X-Api-Client' => 'bitmovin-api-sdk-php',
'X-Api-Client-Version' => '1.189.0',
'X-Api-Client-Version' => '1.190.0',
];

if ($tenantOrgId !== null) {
Expand Down

0 comments on commit f6dd726

Please sign in to comment.