diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index a7e73708..1c039ff2 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-functions.git", - "sha": "e99952e303196d8b584a472f58ecbd78c91df67d" + "sha": "e37c76aecb05508f47e2dcbda930d272f8ff37c7" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "4f4b1b9b8d8b52f1e9e4a76165896debce5ab7f1" + "sha": "a2de127f90799cd5bace653b1dcc5dd2ca8b19c9" } } ] diff --git a/README.md b/README.md index 316c3e1b..ba377f48 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-functions - 1.1.2 + 1.1.3 ```