From 89764b371569a060db571f55c6fcfcdc6170c2bd Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Thu, 22 Oct 2020 19:49:54 +0000 Subject: [PATCH] chore: regenerate README --- .github/readme/synth.metadata/synth.metadata | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/readme/synth.metadata/synth.metadata b/.github/readme/synth.metadata/synth.metadata index b59caf2f..61554bf0 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": "491b671666923362deaaa4bdda1b4abf60beec8a" + "sha": "83eba752d068aad2cabea7bf89f07f744d6a9847" } }, { "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "27e0e916cbfdb3d5ff6639b686cc04f78a0b0386" + "sha": "901ddd44e9ef7887ee681b9183bbdea99437fdcc" } } ] diff --git a/README.md b/README.md index 849679a6..afbce02a 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 google-cloud-functions - 0.1.0 + 0.1.2 ``` If you are using Gradle, add this to your dependencies ```Groovy -compile 'com.google.cloud:google-cloud-functions:0.1.0' +compile 'com.google.cloud:google-cloud-functions:0.1.2' ``` If you are using SBT, add this to your dependencies ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "0.1.0" +libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "0.1.2" ``` ## Authentication