diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index 50e43177..150c5720 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-pubsublite-kafka.git", - "sha": "31b7ab9ccbe8407a06a1a91e748e1e45b2dbd229" + "sha": "b8b95394a64063cc6488ec73a807e260cbe3a727" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "c3e41da0fa256ad7f6b4bc76b9d069dedecdfef4" + "sha": "41ccd8cd13ec31f4fb839cf8182aea3c7156e19d" } } ] diff --git a/README.md b/README.md index cab4801d..2fc54191 100644 --- a/README.md +++ b/README.md @@ -20,18 +20,18 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud pubsublite-kafka - 0.2.3 + 0.4.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:pubsublite-kafka:0.2.3' +compile 'com.google.cloud:pubsublite-kafka:0.4.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.2.3" +libraryDependencies += "com.google.cloud" % "pubsublite-kafka" % "0.4.0" ``` ## Authentication