diff --git a/README.md b/README.md index c8c725a..6794305 100644 --- a/README.md +++ b/README.md @@ -22,20 +22,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-live-stream - 0.5.5 + 0.5.6 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.5.5' +implementation 'com.google.cloud:google-cloud-live-stream:0.5.6' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.5" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.5.6" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 883f36e..7f976d5 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ com.google.cloud google-cloud-shared-dependencies - 3.0.3 + 3.0.4 pom import