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.2.1 '
72+ 'X-Api-Client-Version' : '1.2.2 '
7373 } ;
7474
7575 this . configuration = configuration ;
Original file line number Diff line number Diff line change 22 "name" : " bitmovin-javascript-examples" ,
33 "version" : " 0.0.1" ,
44 "dependencies" : {
5- "bitmovin-javascript" : " 1.2.1 " ,
5+ "bitmovin-javascript" : " 1.2.2 " ,
66 "bluebird" : " ^3.4.7"
77 }
88}
Original file line number Diff line number Diff line change 11{
22 "name" : " bitmovin-javascript" ,
3- "version" : " 1.2.1 " ,
3+ "version" : " 1.2.2 " ,
44 "scripts" : {
55 "lint" : " ./node_modules/eslint/bin/eslint.js --color ./bitmovin" ,
66 "test" : " node scripts/testRunner.js tests/" ,
You can’t perform that action at this time.
0 commit comments