diff --git a/README.md b/README.md index d2314c5..e7ae11d 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-gke-connect-gateway - 0.1.0 + 0.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-gke-connect-gateway:0.1.0' +compile 'com.google.cloud:google-cloud-gke-connect-gateway:0.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-gke-connect-gateway" % "0.2.0" ``` ## Authentication diff --git a/pom.xml b/pom.xml index 09b49e8..d36ac74 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ com.google.cloud google-cloud-shared-dependencies - 2.0.0 + 2.0.1 pom import