diff --git a/README.md b/README.md index c253e17..7ce0230 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-bare-metal-solution - 0.3.4 + 0.3.5 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.4' +implementation 'com.google.cloud:google-cloud-bare-metal-solution:0.3.5' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.4" +libraryDependencies += "com.google.cloud" % "google-cloud-bare-metal-solution" % "0.3.5" ``` ## Authentication