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

Commit 130448e

Browse files
chore: regenerate README
1 parent 9b7a552 commit 130448e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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": "80170a344a82b50fa7c256b54b8273d49705d73d"
7+
"sha": "9b7a5523cb42b37e130f220a004d3f8bd92137fe"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "996775eca5fd934edac3c2ae34b80ff0395b1717"
14+
"sha": "6133907dbb3ddab204a17a15d5c53ec0aae9b033"
1515
}
1616
}
1717
]

README.md

Lines changed: 2 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.3'
27+
compile 'com.google.cloud:google-cloud-functions:1.0.5'
2828
```
2929
If you are using SBT, add this to your dependencies
3030
```Scala
31-
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.3"
31+
libraryDependencies += "com.google.cloud" % "google-cloud-functions" % "1.0.5"
3232
```
3333

3434
## Authentication

0 commit comments

Comments
 (0)