Skip to content

Commit a9ad91d

Browse files
Add subtitle in video creation payload
1 parent 7803e14 commit a9ad91d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdks/api-clients/apivideo-java-client.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add this dependency to your project's POM:
3131
<dependency>
3232
<groupId>video.api</groupId>
3333
<artifactId>java-api-client</artifactId>
34-
<version>1.4.7</version>
34+
<version>1.4.8</version>
3535
<scope>compile</scope>
3636
</dependency>
3737
```
@@ -41,7 +41,7 @@ Add this dependency to your project's POM:
4141
Add this dependency to your project's build file:
4242

4343
```groovy
44-
implementation "video.api:java-api-client:1.4.7"
44+
implementation "video.api:java-api-client:1.4.8"
4545
```
4646

4747
#### Others
@@ -54,7 +54,7 @@ mvn clean package
5454

5555
Then manually install the following JARs:
5656

57-
* `target/java-api-client-1.4.7.jar`
57+
* `target/java-api-client-1.4.8.jar`
5858
* `target/lib/*.jar`
5959

6060
### Code sample

0 commit comments

Comments
 (0)