Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 613c304

Browse files
1 parent 5665d06 commit 613c304

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloudgroupId>
2424
<artifactId>google-cloud-video-transcoderartifactId>
25-
<version>0.4.2version>
25+
<version>0.4.3version>
2626
dependency>
2727
```
2828

2929
If you are using Gradle without BOM, add this to your dependencies
3030

3131
```Groovy
32-
implementation 'com.google.cloud:google-cloud-video-transcoder:0.4.2'
32+
implementation 'com.google.cloud:google-cloud-video-transcoder:0.4.3'
3333
```
3434

3535
If you are using SBT, add this to your dependencies
3636

3737
```Scala
38-
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.4.2"
38+
libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "0.4.3"
3939
```
4040

4141
## Authentication

0 commit comments

Comments
 (0)