File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff line change 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/" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments