Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit da03d7d

Browse files
chore: regenerate README
1 parent 603e6e5 commit da03d7d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/readme/synth.metadata/synth.metadata

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-functions.git",
7-
"sha": "c7a188a5a6c1c897120156219542a7618e559e6c"
7+
"sha": "603e6e5c2fd5ab00474ad3d33b8bc6d23af7b17d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58"
14+
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
1515
}
1616
}
1717
]

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ If you are using Maven, add this to your pom.xml file:
2424

2525
If you are using Gradle, add this to your dependencies
2626
```Groovy
27-
compile 'com.google.cloud:google-cloud-functions:1.0.2'
27+
compile 'com.google.cloud:google-cloud-functions:1.0.3'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.2"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.3"
3232
```
3333

3434
## Authentication
@@ -106,6 +106,8 @@ Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
106106
Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
107107
Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
108108

109+
Java is a registered trademark of Oracle and/or its affiliates.
110+
109111
[product-docs]: https://cloud.google.com/functions
110112
[javadocs]: https://googleapis.dev/java/google-cloud-functions/latest/index.html
111113
[kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-functions/java7.svg

0 commit comments

Comments
 (0)