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

Commit c493a9b

Browse files
chore: regenerate README (#66)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2020-10-16 20:03:33,165 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working directory clean 2020-10-16 20:03:34,086 synthtool [DEBUG] > Wrote metadata to .github/readme/synth.metadata/synth.metadata. ``` </details> Full log will be available here: https://source.cloud.google.com/results/invocations/c2112be1-17e2-497a-ae91-f863d86c7d6e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent d7c19f6 commit c493a9b

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
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-workflows.git",
7-
"sha": "18ed64d8b6960b4a0791dd806a68b70651616f3b"
7+
"sha": "d7c19f6b99a8f8417f8474efbfddf644516e1e9d"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "b6164c26a111f7f587099d31253abb96b5737bb2"
14+
"sha": "da5c6050d13b4950c82666a81d8acd25157664ae"
1515
}
1616
}
1717
]

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ If you are using Maven, add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>google-cloud-workflows</artifactId>
23-
<version>0.1.0</version>
23+
<version>0.1.1</version>
2424
</dependency>
2525

2626
```
2727

28-
[//]: # ({x-version-update-start:google-cloud-workflows:released})
29-
3028
If you are using Gradle, add this to your dependencies
3129
```Groovy
3230
compile 'com.google.cloud:google-cloud-workflows:0.1.1'
@@ -35,7 +33,6 @@ If you are using SBT, add this to your dependencies
3533
```Scala
3634
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.1"
3735
```
38-
[//]: # ({x-version-update-end})
3936

4037
## Authentication
4138

0 commit comments

Comments
 (0)