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

Commit 8a41b5a

Browse files
chore: regenerate README (#197)
This PR was generated using Autosynth. 🌈 <details><summary>Log from Synthtool</summary> ``` 2021-02-25 00:20:33,868 synthtool [DEBUG] > Executing /root/.cache/synthtool/java-workflows/.github/readme/synth.py. On branch autosynth-readme nothing to commit, working tree clean 2021-02-25 00:20:35,516 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/32659af7-6ed7-49f1-8504-c4ada868095e/targets - [ ] To automatically regenerate this PR, check this box.
1 parent d1281f3 commit 8a41b5a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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": "b4f48a07da5e155cffa991d40588dcaa6e9ef796"
7+
"sha": "d1281f34a35ea41201380b616c93d33d9bdeeb5f"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "synthtool",
1313
"remote": "https://github.com/googleapis/synthtool.git",
14-
"sha": "16ec872dd898d7de6e1822badfac32484b5d9031"
14+
"sha": "79ab0b44a2cc7d803d07c107f9faf07729fc4012"
1515
}
1616
}
1717
]

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ 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.4</version>
23+
<version>0.2.0</version>
2424
</dependency>
2525

2626
```
2727

2828
If you are using Gradle without BOM, add this to your dependencies
2929
```Groovy
30-
compile 'com.google.cloud:google-cloud-workflows:0.1.4'
30+
compile 'com.google.cloud:google-cloud-workflows:0.2.0'
3131
```
3232

3333
If you are using SBT, add this to your dependencies
3434
```Scala
35-
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.1.4"
35+
libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "0.2.0"
3636
```
3737

3838
## Authentication

0 commit comments

Comments
 (0)