diff --git a/README.md b/README.md index f6b13011..e9b04496 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ If you are using Maven, add this to your pom.xml file: If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-networkconnectivity:0.3.2' +compile 'com.google.cloud:google-cloud-networkconnectivity:0.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.3.2" +libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.4.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 9a65a9b9..02ac3f87 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.0.0 + 2.0.1 pom import