Skip to content

Commit 979eb10

Browse files
author
Roland Kersche
committed
Updated to 1.22.0
1 parent 991e850 commit 979eb10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/com/bitmovin/api/BitmovinApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)