diff --git a/java-workflows/.github/readme/synth.metadata/synth.metadata b/java-workflows/.github/readme/synth.metadata/synth.metadata index 5c0297e0844f..6f41570f641c 100644 --- a/java-workflows/.github/readme/synth.metadata/synth.metadata +++ b/java-workflows/.github/readme/synth.metadata/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/java-workflows.git", - "sha": "edb06f32ce915cc1994f7993951ba013bebb8759" + "sha": "c3cef693a677061fcb1b1585bebe1fa2c39b4ed9" } }, { diff --git a/java-workflows/README.md b/java-workflows/README.md index 30dcbb890fe1..bde8ee2a64ba 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -27,12 +27,12 @@ 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-workflows:0.3.0' +compile 'com.google.cloud:google-cloud-workflows:0.3.1' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.3.1" ``` ## Authentication