diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index d44bc7e1..708a35e5 100644 --- a/.github/readme/synth.metadata/synth.metadata +++ b/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-networkconnectivity.git", - "sha": "60956446e32721f336de0adc1e42eb8efd3dd130" + "sha": "15090cdacf44848cedffd63b6e08e10b464cf917" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "ff6b759fcb58f216f62b48d5be0bb85fafbc3bb2" + "sha": "26558bae8976a985d73c2d98c31d8612273f907d" } } ] diff --git a/README.md b/README.md index a2c69b5a..b0ae86c2 100644 --- a/README.md +++ b/README.md @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-networkconnectivity - 0.2.3 + 0.3.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-networkconnectivity:0.2.3' +compile 'com.google.cloud:google-cloud-networkconnectivity:0.3.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.2.3" +libraryDependencies += "com.google.cloud" % "google-cloud-networkconnectivity" % "0.3.0" ``` ## Authentication