diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 706db9ea1f32..d52478a88672 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,14 +4,14 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "b4f48a07da5e155cffa991d40588dcaa6e9ef796" + "sha": "d1281f34a35ea41201380b616c93d33d9bdeeb5f" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "16ec872dd898d7de6e1822badfac32484b5d9031" + "sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012" } } ] diff --git a/java-workflows/README.md b/java-workflows/README.md index 9a39e7496a06..e0738ad59236 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -20,19 +20,19 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-workflows - 0.1.4 + 0.2.0 ``` If you are using Gradle without BOM, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-workflows:0.1.4' +compile 'com.google.cloud:google-cloud-workflows:0.2.0' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.4" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.2.0" ``` ## Authentication