Skip to content

Commit eb3d1e5

Browse files
committed
level up
1 parent 5b1fa4a commit eb3d1e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.19'
72+
'X-Api-Client-Version': '1.1.20'
7373
};
7474

7575
this.configuration = configuration;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bitmovin-javascript",
3-
"version": "1.1.19",
3+
"version": "1.1.20",
44
"scripts": {
55
"lint": "./node_modules/eslint/bin/eslint.js --color ./bitmovin",
66
"test": "node scripts/testRunner.js tests/",

tests/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const getConfiguration = () => {
1111
'X-Api-Key' : settings.apiKey,
1212
'X-Tenant-Org-Id' : settings.tenantOrgId,
1313
'X-Api-Client' : 'bitmovin-javascript',
14-
'X-Api-Client-Version': '0.0.1'
14+
'X-Api-Client-Version': '1.1.20'
1515
},
1616
eMail: settings.eMail,
1717
password: settings.password

0 commit comments

Comments
 (0)