Skip to content

Commit 6445cb5

Browse files
committed
fixed version for client header
1 parent f88f404 commit 6445cb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitmovin/bitmovin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default class Bitmovin {
6969
'X-Api-Key' : configuration.apiKey,
7070
'X-Tenant-Org-Id' : configuration.tenantOrgId,
7171
'X-Api-Client' : configuration.xApiClient,
72-
'X-Api-Client-Version': '1.1.17'
72+
'X-Api-Client-Version': '1.1.19'
7373
};
7474

7575
this.configuration = configuration;

0 commit comments

Comments
 (0)