File tree Expand file tree Collapse file tree
src/main/java/com/bitmovin/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Add this to your pom.xml:
1111<dependency >
1212 <groupId >com.bitmovin.api</groupId >
1313 <artifactId >bitmovin-java</artifactId >
14- <version >1.21 .0</version >
14+ <version >1.22 .0</version >
1515</dependency >
1616```
1717
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.bitmovin.api</groupId >
66 <artifactId >bitmovin-java</artifactId >
7- <version >1.21 .0</version >
7+ <version >1.22 .0</version >
88 <name >Bitmovin Java Client</name >
99 <url >https://github.com/bitmovin/bitmovin-java</url >
1010 <description >JAVA-Client which enables you to seamlessly integrate the all new Bitmovin API into your existing projects.</description >
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public class BitmovinApi
4747 private static String X_API_CLIENT_VERSION_CONFIGURATION_KEY = "x-api-client-version" ;
4848
4949 private static String DEFAULT_X_API_CLIENT = "bitmovin-java-api" ;
50- private static String DEFAULT_X_API_CLIENT_VERSION = "1.21 .0" ;
50+ private static String DEFAULT_X_API_CLIENT_VERSION = "1.22 .0" ;
5151
5252 private Properties properties ;
5353
You can’t perform that action at this time.
0 commit comments